Příručka:$wgMathDefaultLaTeXMLSetting

This page is a translated version of the page Manual:$wgMathDefaultLaTeXMLSetting and the translation is 100% complete.
Math: $wgMathDefaultLaTeXMLSetting
Nastavení pro renderer LaTeXML
Zavedeno od verze:1.22.0
Odstraněno od verze:stále se používá
Povolené hodnoty:(pole nebo řetězec)
Výchozí hodnota:(viz níže)

Podrobnosti

Nastavení pro renderer LaTeXML.

Podrobnosti viz http://dlmf.nist.gov/LaTeXML/manual/commands/latexmlpost.xhtml.

Výchozí hodnota

Verze MediaWiki:
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,
);
Verze MediaWiki:
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' ),
);