Manual:$wgMathDefaultLaTeXMLSetting/cs

Category:MediaWiki configuration settings/cs#MathDefaultLaTeXMLSettingCategory:MediaWiki configuration settings introduced in version 1.22.0/cs#MathDefaultLaTeXMLSettingCategory:MediaWiki configuration settings still in use/cs#MathDefaultLaTeXMLSettingCategory:Math variables/cs#MathDefaultLaTeXMLSetting
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

$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' ),
);
Category:TeX variables/cs
Category:Math variables/cs Category:MediaWiki configuration settings/cs Category:MediaWiki configuration settings introduced in version 1.22.0/cs Category:MediaWiki configuration settings still in use/cs Category:TeX variables/cs