mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-11 16:58:38 +00:00
4a9ee3c047
Change-Id: I85710c472b7bb82279e9fdcd6ca2cca19877bab2
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
Change notes from older releases. The extension math does now follow the releases of MediaWiki core.
|
|
|
|
== Math 2.0 ==
|
|
|
|
=== Configuration changes in 2.0 ===
|
|
* $wgLaTeXMLUrl was renamed to $wgMathLaTeXMLUrl
|
|
* $wgLaTeXMLTimeout was renamed to $wgMathLaTeXMLTimeout
|
|
* $wgMathValidModes is introduced:
|
|
It determines the selectable math rendering modes MW_MATH_(PNG|MATHML|...) in user preferences.
|
|
* $wgUseLaTeXML becomes unnecessary use $wgMathValidModes[] = 'latexml';
|
|
to enable the LaTeXML rendering mode.
|