Příručka:$wgMathDefaultLaTeXMLSetting
Appearance
| 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) |
| Další nastavení: Podle abecedy | Podle funkce | |
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' ),
);