[MediaWiki-commits] [Gerrit] Add TeX annotation - change (mediawiki...mathoid)

2014-10-05 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review.

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

Change subject: Add TeX annotation
..

Add TeX annotation

Adds the the tex annotation to the MathML element.

Bug: 71673
Change-Id: I8f7718bf9d39dad4a49038b7cc8c25f5471ac072
---
M MathJax/unpacked/jax/input/TeX/jax.js
M mathoid.config.json
2 files changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/MathJax/unpacked/jax/input/TeX/jax.js 
b/MathJax/unpacked/jax/input/TeX/jax.js
index a6a660c..43c1c4c 100644
--- a/MathJax/unpacked/jax/input/TeX/jax.js
+++ b/MathJax/unpacked/jax/input/TeX/jax.js
@@ -2087,7 +2087,7 @@
   this.prefilterHooks.Execute(data); math = data.math;
   try {
 mml = TEX.Parse(math).mml();
-//mml = 
MML.semantics(mml,MML.annotation(math).With({encoding:application/x-tex}));
+mml = 
MML.semantics(mml,MML.annotation(math).With({encoding:application/x-tex}));
   } catch(err) {
 if (!err.texError) {throw err}
 mml = this.formatError(err,math,display,script);
diff --git a/mathoid.config.json b/mathoid.config.json
index 69a88e3..0967ef4 100644
--- a/mathoid.config.json
+++ b/mathoid.config.json
@@ -1 +1 @@
-{}
+{}

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

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


[MediaWiki-commits] [Gerrit] Add TeX annotation - change (mediawiki...mathoid)

2014-10-05 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged.

Change subject: Add TeX annotation
..


Add TeX annotation

Adds the the tex annotation to the MathML element.

Bug: 71673
Change-Id: I8f7718bf9d39dad4a49038b7cc8c25f5471ac072
---
M MathJax/unpacked/jax/input/TeX/jax.js
M mathoid.config.json
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Frédéric Wang: Looks good to me, but someone else must approve
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MathJax/unpacked/jax/input/TeX/jax.js 
b/MathJax/unpacked/jax/input/TeX/jax.js
index a6a660c..43c1c4c 100644
--- a/MathJax/unpacked/jax/input/TeX/jax.js
+++ b/MathJax/unpacked/jax/input/TeX/jax.js
@@ -2087,7 +2087,7 @@
   this.prefilterHooks.Execute(data); math = data.math;
   try {
 mml = TEX.Parse(math).mml();
-//mml = 
MML.semantics(mml,MML.annotation(math).With({encoding:application/x-tex}));
+mml = 
MML.semantics(mml,MML.annotation(math).With({encoding:application/x-tex}));
   } catch(err) {
 if (!err.texError) {throw err}
 mml = this.formatError(err,math,display,script);
diff --git a/mathoid.config.json b/mathoid.config.json
index 69a88e3..0967ef4 100644
--- a/mathoid.config.json
+++ b/mathoid.config.json
@@ -1 +1 @@
-{}
+{}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8f7718bf9d39dad4a49038b7cc8c25f5471ac072
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt w...@physikerwelt.de
Gerrit-Reviewer: Frédéric Wang fred.w...@free.fr
Gerrit-Reviewer: Physikerwelt w...@physikerwelt.de
Gerrit-Reviewer: jenkins-bot 

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