Manual:$wgMathLaTeXMLUrl/ko
Appearance
| Math: $wgMathLaTeXMLUrl | |
|---|---|
| URLs pointing to LaTeXML conversion servers used to generate MathML output |
|
| 이 변수가 소개된 버전: | 1.22.0 (Gerrit change 61987; git #927340d3) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (string) |
| 기본값: | https://latexml.formulasearchengine.com/convert (1.35+) http://gw125.iu.xsede.org:8888 (1.24-1.34) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
/**
* Use of LaTeXML for details see:
* <http://latexml.mathweb.org/help>
*
* If you want or need to run your own server, follow these installation instructions and override $wgLaTeXMLUrl:
* <http://www.formulasearchengine.com/LaTeXML>
*
* If you expect heavy load you can specify multiple servers.
* In that case one server is randomly chosen for each rendering process.
* Specify the list of servers in an array e.g.
* $wgMathLaTeXMLUrl = array ( 'http://latexml.example.com/convert', 'http://latexml2.example.com/convert');
*/
기본값
| 미디어위키 버전: | ≥ 1.24 |
$wgMathLaTeXMLUrl = 'http://gw125.iu.xsede.org:8888'; // Sponsored by https://www.xsede.org/
| 미디어위키 버전: | 1.22 – 1.23 |
$wgMathLaTeXMLUrl = 'http://latexml.mathweb.org/convert';