Physikerwelt has uploaded a new change for review.

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

Change subject: Fix: Load texvc macros from the TeX folder
......................................................................

Fix: Load texvc macros from the TeX folder

The texvc extension file is located in the
TeX folder and not in the main extension folder

Change-Id: I7aae95c17462fd8675430f500199bef9cccd50ee
---
M MathJaxNode/mj-single.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mathoid 
refs/changes/49/165849/1

diff --git a/MathJaxNode/mj-single.js b/MathJaxNode/mj-single.js
index 718415e..5154075 100644
--- a/MathJaxNode/mj-single.js
+++ b/MathJaxNode/mj-single.js
@@ -121,8 +121,8 @@
     //    (users can override that)
     //
     jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/SVG"],
-    extensions: 
["tex2jax.js","mml2jax.js","asciimath2jax.js","toMathML.js","texvc.js"],
-    TeX: {extensions: 
window.Array("AMSmath.js","AMSsymbols.js","autoload-all.js")},
+    extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","toMathML.js"],
+    TeX: {extensions: 
window.Array("AMSmath.js","AMSsymbols.js","autoload-all.js","texvc.js")},
     tex2jax: {inlineMath: [['$','$'],['\\(','\\)']], preview:"none"},
     mml2jax: {preview:"none"},
     asciimath2jax: {preview:"none"},

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7aae95c17462fd8675430f500199bef9cccd50ee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to