.
/**
* Strings for component 'filter_tex', language 'en', branch 'MOODLE_20_STABLE'
*
* @package filter
* @subpackage tex
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['configconvertformat'] = 'If latex and dvips are present in addition to convert or dvisvgm, select the preferred image type (convert produces GIF or PNG; dvisvgm produces SVG). Otherwise mimeTeX will be used to to create GIF images.';
$string['convertformat'] = 'Output image format';
$string['latexpreamble'] = 'LaTeX preamble';
$string['latexsettings'] = 'LaTeX renderer Settings';
$string['filtername'] = 'TeX notation';
$string['pathconvert'] = 'Path of convert binary';
$string['pathdvips'] = 'Path of dvips binary';
$string['pathdvisvgm'] = 'Path of dvisvgm binary';
$string['pathlatex'] = 'Path of latex binary';
$string['pathmimetex'] = 'Path of mimetex binary';
$string['pathmimetexdesc'] = 'Moodle will use its own mimetex binary unless another valid path is specified.';
$string['source'] = 'TeX source';