Frédéric Wang has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/124377

Change subject: Add mathchoice.js to RL modules.
......................................................................

Add mathchoice.js to RL modules.

mathchoice.js is necessary for the \mod command. This patch includes it in the 
TeX extension module, so that it is handled by the Resource Loader.

Bug: 63621
Change-Id: I624358baee04d396207e87ab81b47718573ea3b3
---
M Math.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/77/124377/1

diff --git a/Math.php b/Math.php
index 0f333d8..0695f67 100644
--- a/Math.php
+++ b/Math.php
@@ -263,7 +263,7 @@
        '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/color.js', 
'TeX/cancel.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/mathchoice.js', 'TeX/texvc.js' ),
                'dependencies' => array( 'ext.math.mathjax.mathjax' )
        ),
        'ext.math.mathjax.extensions.mml2jax' => array(

-- 
To view, visit https://gerrit.wikimedia.org/r/124377
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I624358baee04d396207e87ab81b47718573ea3b3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Frédéric Wang <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to