admin page and refresh your browser\'s cache.'; $lang['latex_path'] = 'Path to latex program'; $lang['dvips_path'] = 'Path to dvips program'; $lang['convert_path'] = 'Path to ImageMagick convert program'; $lang['convert_options'] = 'Options for convert program; e.g. -density <number> controls rendering size, and -transparent <colour> converts colour to transparency. '.$lang['adminlink']; $lang['identify_path'] = 'Path to ImageMagick identify program'; $lang['xsize_limit'] = 'Maximum width (in pixels) of rendered LaTeX images'; $lang['ysize_limit'] = 'Maximum height (in pixels) of rendered LaTeX images'; $lang['string_length_limit'] = 'Maximum length (in characters) of LaTeX code (not including pre/post-amble)'; $lang['image_format'] = 'Image format of rendered LaTeX; png looks best, but gif is more compact, especially if you add +antialias to the convert options below.'; $lang['latex_namespace'] = 'Media namespace in which to store cached image files; temporary files used during compilation will be stored in the tmp sub-namespace.'; $lang['preamble'] = 'LaTeX compilation preamble; here you can include colours, new packages, and more. '.$lang['adminlink']; $lang['postamble'] = 'LaTeX compilation postamble';