1<?php
2
3$lang['adminlink'] = 'If you want this change to affect old LaTeX renders, you should delete the image cache from the <a href="'.
4  wl($ID).'?do=admin&page=latex'.
5  '" target="_blank" class=""wikilink1">admin page</a> and refresh your browser\'s cache.';
6
7$lang['latex_path'] = 'Path to <code>latex</code> program';
8$lang['dvips_path'] = 'Path to <code>dvips</code> program';
9$lang['convert_path'] = 'Path to ImageMagick <code>convert</code> program';
10$lang['convert_options'] = 'Options for <code>convert</code> program; e.g.
11   <code>-density &lt;number&gt;</code> controls rendering size, and <code>-transparent &lt;colour&gt;</code>
12   converts colour to transparency. '.$lang['adminlink'];
13$lang['identify_path'] = 'Path to ImageMagick <code>identify</code> program';
14$lang['xsize_limit'] = 'Maximum width (in pixels) of rendered LaTeX images';
15$lang['ysize_limit'] = 'Maximum height (in pixels) of rendered LaTeX images';
16$lang['string_length_limit'] = 'Maximum length (in characters) of LaTeX code (not including pre/post-amble)';
17$lang['image_format'] = 'Image format of rendered LaTeX; <code>png</code> looks best, but <code>gif</code> is more compact, especially if you add <code>+antialias</code> to the <code>convert</code> options below.';
18$lang['latex_namespace'] = 'Media namespace in which to store cached image files; temporary files used during compilation will be stored in the <code>tmp</code> sub-namespace.';
19
20$lang['preamble'] = 'LaTeX compilation preamble;
21here you can include <a href="http://en.wikibooks.org/wiki/LaTeX/Colors#Color_Models" target="_blank" class="urlextern">colours</a>,
22new packages, and more. '.$lang['adminlink'];
23$lang['postamble'] = 'LaTeX compilation postamble';
24