From ac50815d5804514bc150c365bfe641d8bc7044b7 Mon Sep 17 00:00:00 2001
From: Peter Krautzberger
Date: Tue, 16 Dec 2014 10:39:17 +0100
Subject: [PATCH] update stylesheet to pull in latest fixes from David Carlisle
---
unpacked/extensions/MathML/mml3.js | 56 +++++++++++++++---------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/unpacked/extensions/MathML/mml3.js b/unpacked/extensions/MathML/mml3.js
index 541406b93..27dd8a4db 100644
--- a/unpacked/extensions/MathML/mml3.js
+++ b/unpacked/extensions/MathML/mml3.js
@@ -3,7 +3,7 @@
* MathJax/extensions/MathML/mml3.js
*
* This file implements an XSLT transform to convert some MathML 3
- * constructs to constructs MathJax can render. The transform is
+ * constructs to constructs MathJax can bit render. The transform is
* performed in a pre-filter for the MathML input jax, so that the
* Show Math As menu will still show the Original MathML correctly,
* but the transformed MathML can be obtained from the regular MathML menu.
@@ -16,8 +16,8 @@
*
* in your configuration.
*
- * A portion of this file is taken from ctop.xsl which is
- * Copyright (c) David Carlisle 2001, 2002, 2008, 2009, 2013, 2014
+ * A portion of this file is taken from mml3mj.xsl which is
+ * Copyright (c) David Carlisle 2008-2014
* and is used by permission of David Carlisle, who has agreed to allow us
* to release it under the Apache2 license (see below). That portion is
* indicated via comments.
@@ -51,14 +51,14 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
PARSE = MATHML.Parse.prototype;
MATHML.prefilterHooks.Add(function (data) {
- if (!MATHML.ctopXSLT) return;
+ if (!MATHML.mml3XSLT) return;
// Parse the