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)

Details edit

Setting for the LaTeXML renderer.

See http://dlmf.nist.gov/LaTeXML/manual/commands/latexmlpost.xhtml for details.

Default value edit

MediaWiki version:
1.26

[1]

$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' ),
);