Manual:$wgMathDefaultLaTeXMLSetting

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Math: $wgMathDefaultLaTeXMLSetting
Setting for the LaTeXML renderer
<translate> Introduced in version:</translate>1.22.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array or string)
<translate> Default value:</translate>(see below)

Details

Setting for the LaTeXML renderer.

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

Default value

MediaWiki version:
<translate> ≥</translate> 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,
);
<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.25</tvar> is unsupported version</translate>">
1.22 – 1.25
<translate> MediaWiki versions:</translate>
$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' ),
);