mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 15:44:33 +00:00
Add the TeX color extension back
The color and the cancel extension was not RL'ified in the update to MathJax 2.3 Followup to: I9471b1baf41d2bcc4fdc64a26e7d806e92b9b17f Bug: 63574 Change-Id: I816db6b66ef48a90e7424372783c69ffe8343957
This commit is contained in:
parent
eda0726fd4
commit
24f2ed2c5e
2
Math.php
2
Math.php
|
@ -246,7 +246,7 @@ $wgResourceModules += array(
|
|||
'ext.math.mathjax.extensions.TeX' => array(
|
||||
'localBasePath' => __DIR__ . '/modules/MathJax/unpacked/extensions',
|
||||
'remoteExtPath' => 'Math/modules/MathJax/unpacked/extensions',
|
||||
'scripts' => array( 'wiki2jax.js', 'TeX/noUndefined.js', 'TeX/AMSmath.js', 'TeX/AMSsymbols.js', 'TeX/boldsymbol.js', 'TeX/texvc.js' ),
|
||||
'scripts' => array( 'wiki2jax.js', 'TeX/noUndefined.js', 'TeX/AMSmath.js', 'TeX/AMSsymbols.js', 'TeX/boldsymbol.js', 'TeX/color.js', 'TeX/cancel.js','TeX/texvc.js' ),
|
||||
'dependencies' => array( 'ext.math.mathjax.mathjax' )
|
||||
),
|
||||
'ext.math.mathjax.extensions.mml2jax' => array(
|
||||
|
|
Loading…
Reference in a new issue