Manual:$wgMathDefaultLaTeXMLSetting

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
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[edit | edit source]

Setting for the LaTeXML renderer.

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

Default value[edit | edit source]

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