Physikerwelt has uploaded a new change for review.

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

Change subject: Make texvcjs compatible to texvc
......................................................................

Make texvcjs compatible to texvc

Change-Id: I7508b273ef9c0c9c0084e87b968af9e69d14a7e9
---
M node_modules/texvcjs/lib/texutil.js
1 file changed, 25 insertions(+), 25 deletions(-)


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

diff --git a/node_modules/texvcjs/lib/texutil.js 
b/node_modules/texvcjs/lib/texutil.js
index a2d6e99..e36a5e8 100644
--- a/node_modules/texvcjs/lib/texutil.js
+++ b/node_modules/texvcjs/lib/texutil.js
@@ -498,31 +498,31 @@
 ]);
 
 module.exports.other_literals3 = obj2map({
-    "\\C": "\\mathbb {C}",
-    "\\H": "\\mathbb {H}",
-    "\\N": "\\mathbb {N}",
-    "\\Q": "\\mathbb {Q}",
-    "\\R": "\\mathbb {R}",
-    "\\Z": "\\mathbb {Z}",
+    "\\C": "\\mathbb{C}",
+    "\\H": "\\mathbb{H}",
+    "\\N": "\\mathbb{N}",
+    "\\Q": "\\mathbb{Q}",
+    "\\R": "\\mathbb{R}",
+    "\\Z": "\\mathbb{Z}",
     "\\alef": "\\aleph",
     "\\alefsym": "\\aleph",
-    "\\Alpha": "\\mathrm {A}",
+    "\\Alpha": "\\mathrm{A}",
     "\\and": "\\land",
     "\\ang": "\\angle",
-    "\\Beta": "\\mathrm {B}",
+    "\\Beta": "\\mathrm{B}",
     "\\bull": "\\bullet",
-    "\\Chi": "\\mathrm {X}",
+    "\\Chi": "\\mathrm{X}",
     "\\clubs": "\\clubsuit",
-    "\\cnums": "\\mathbb {C}",
-    "\\Complex": "\\mathbb {C}",
+    "\\cnums": "\\mathbb{C}",
+    "\\Complex": "\\mathbb{C}",
     "\\Dagger": "\\ddagger",
     "\\diamonds": "\\diamondsuit",
     "\\Doteq": "\\doteqdot",
     "\\doublecap": "\\Cap",
     "\\doublecup": "\\Cup",
     "\\empty": "\\emptyset",
-    "\\Epsilon": "\\mathrm {E}",
-    "\\Eta": "\\mathrm {H}",
+    "\\Epsilon": "\\mathrm{E}",
+    "\\Eta": "\\mathrm{H}",
     "\\exist": "\\exists",
     "\\ge": "\\geq",
     "\\gggtr": "\\ggg",
@@ -532,9 +532,9 @@
     "\\hearts": "\\heartsuit",
     "\\image": "\\Im",
     "\\infin": "\\infty",
-    "\\Iota": "\\mathrm {I}",
+    "\\Iota": "\\mathrm{I}",
     "\\isin": "\\in",
-    "\\Kappa": "\\mathrm {K}",
+    "\\Kappa": "\\mathrm{K}",
     "\\larr": "\\leftarrow",
     "\\Larr": "\\Leftarrow",
     "\\lArr": "\\Leftarrow",
@@ -542,13 +542,13 @@
     "\\lrarr": "\\leftrightarrow",
     "\\Lrarr": "\\Leftrightarrow",
     "\\lrArr": "\\Leftrightarrow",
-    "\\Mu": "\\mathrm {M}",
-    "\\natnums": "\\mathbb {N}",
+    "\\Mu": "\\mathrm{M}",
+    "\\natnums": "\\mathbb{N}",
     "\\ne": "\\neq",
-    "\\Nu": "\\mathrm {N}",
+    "\\Nu": "\\mathrm{N}",
     "\\O": "\\emptyset",
-    "\\omicron": "\\mathrm {o}",
-    "\\Omicron": "\\mathrm {O}",
+    "\\omicron": "\\mathrm{o}",
+    "\\Omicron": "\\mathrm{O}",
     "\\or": "\\lor",
     "\\part": "\\partial",
     "\\plusmn": "\\pm",
@@ -556,21 +556,21 @@
     "\\Rarr": "\\Rightarrow",
     "\\rArr": "\\Rightarrow",
     "\\real": "\\Re",
-    "\\reals": "\\mathbb {R}",
-    "\\Reals": "\\mathbb {R}",
+    "\\reals": "\\mathbb{R}",
+    "\\Reals": "\\mathbb{R}",
     "\\restriction": "\\upharpoonright",
-    "\\Rho": "\\mathrm {P}",
+    "\\Rho": "\\mathrm{P}",
     "\\sdot": "\\cdot",
     "\\sect": "\\S",
     "\\spades": "\\spadesuit",
     "\\sub": "\\subset",
     "\\sube": "\\subseteq",
     "\\supe": "\\supseteq",
-    "\\Tau": "\\mathrm {T}",
+    "\\Tau": "\\mathrm{T}",
     "\\thetasym": "\\vartheta",
     "\\varcoppa": "\\mbox{\\coppa}",
     "\\weierp": "\\wp",
-    "\\Zeta": "\\mathrm {Z}"
+    "\\Zeta": "\\mathrm{Z}"
 });
 
 module.exports.big_literals = arr2set([

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7508b273ef9c0c9c0084e87b968af9e69d14a7e9
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