Math: $wgMathLaTeXMLUrl | |
---|---|
URLs pointing to LaTeXML conversion servers used to generate MathML output |
|
Introduced in version: | 1.22.0 (Gerrit change 61987; git #927340d3) |
Removed in version: | still in use |
Allowed values: | (string) |
Default value: | https://latexml.formulasearchengine.com/convert (1.35+) http://gw125.iu.xsede.org:8888 (1.24-1.34) |
Other settings: Alphabetical | By function |
/**
* <translate nowrap><!--T:3--> Use of LaTeXML for details see</translate>
* <http://latexml.mathweb.org/help>
*
* <translate nowrap><!--T:4--> If you want or need to run your own server, follow these installation instructions and override $wgLaTeXMLUrl:</translate>
* <http://www.formulasearchengine.com/LaTeXML>
*
* <translate nowrap><!--T:5--> If you expect heavy load you can specify multiple servers.</translate>
* <translate nowrap><!--T:6--> In that case one server is randomly chosen for each rendering process.</translate>
* <translate nowrap><!--T:7--> Specify the list of servers in an array e.g</translate>
* $wgMathLaTeXMLUrl = array ( 'http://latexml.example.com/convert', 'http://latexml2.example.com/convert');
*/
Default value
MediaWiki version: | ≥ 1.24 |
$wgMathLaTeXMLUrl = 'http://gw125.iu.xsede.org:8888'; // Sponsored by https://www.xsede.org/
MediaWiki versions: | 1.22 – 1.23 |
$wgMathLaTeXMLUrl = 'http://latexml.mathweb.org/convert';
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.