Manual:$wgMathDefaultLaTeXMLSetting/ko
Appearance
| Math: $wgMathDefaultLaTeXMLSetting | |
|---|---|
| Setting for the LaTeXML renderer |
|
| 이 변수가 소개된 버전: | 1.22.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array or string) |
| 기본값: | (see below) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Setting for the LaTeXML renderer.
See http://dlmf.nist.gov/LaTeXML/manual/commands/latexmlpost.xhtml for details.
기본값
| 미디어위키 버전: | ≥ 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,
);
| 미디어위키 버전: | 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' ),
);