Manual:$wgMathDefaultLaTeXMLSetting
Math: $wgMathDefaultLaTeXMLSetting | |
---|---|
Setting for the LaTeXML renderer |
|
Introduced in version: | 1.22.0 |
Removed in version: | Still in use |
Allowed values: | (array or string) |
Default value: | (see below) |
Other settings: Alphabetical | By function |
Details
editSetting for the LaTeXML renderer.
See http://dlmf.nist.gov/LaTeXML/manual/commands/latexmlpost.xhtml for details.
Default value
editMediaWiki version: | ≥ 1.26 |
$wgMathDefaultLaTeXMLSetting = array(
'format' => 'xhtml',
'whatsin' => 'math',
'whatsout' => 'math',
'pmml',
'cmml',
'mathtex',
'nodefaultresources',
'preload' => array( 'LaTeX.pool',
'article.cls',
'amsmath.sty',
'amsthm.sty',
'amstext.sty',
'amssymb.sty',
'eucal.sty',
'[dvipsnames]xcolor.sty',
'url.sty',
'hyperref.sty',
'[ids]latexml.sty',
'texvc'
),
'linelength' => 90,
);
MediaWiki versions: | 1.22 – 1.25 |
$wgMathDefaultLaTeXMLSetting = array(
'format' => 'xhtml',
'whatsin' => 'math',
'whatsout' => 'math',
'pmml',
'cmml',
'nodefaultresources',
'preload' => array( 'LaTeX.pool',
'article.cls',
'amsmath.sty',
'amsthm.sty',
'amstext.sty',
'amssymb.sty',
'eucal.sty',
'[dvipsnames]xcolor.sty',
'url.sty',
'hyperref.sty',
'[ids]latexml.sty',
'texvc' ),
);