summaryrefslogtreecommitdiff
path: root/www/trac-math/files/pkg-message.in
blob: bb0738e10587a579ee537d159ee4a55a53493506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ type: install
  message: <<EOM
To use the plugin, you must add at least the following to your trac.ini.

	[tracmath]
	latex_cmd = %%LOCALBASE%%/bin/latex
	dvipng_cmd = %%LOCALBASE%%/bin/dvipng

You may also wish to set:

	cache_dir = <cache directory>
	max_png = <max number of pngs in cache - defaults to 500>
	use_dollars = enabled
EOM
}
]