Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js')
-rw-r--r--static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js b/static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
new file mode 100644
index 0000000..048d293
--- /dev/null
+++ b/static/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
@@ -0,0 +1,16 @@
+/*
+ * /MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
+ *
+ * Copyright (c) 2010 Design Science, Inc.
+ *
+ * Part of the MathJax library.
+ * See http://www.mathjax.org for details.
+ *
+ * Licensed under the Apache License, Version 2.0;
+ * you may not use this file except in compliance with the License.
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ */
+
+MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function(){var c="1.1";var a=MathJax.ElementJax.mml,b=MathJax.OutputJax["HTML-CSS"];a["annotation-xml"].Augment({toHTML:function(f){f=this.HTMLhandleSize(this.HTMLcreateSpan(f));var g=this.Get("encoding");for(var e=0,d=this.data.length;e<d;e++){this.data[e].toHTML(f,g)}this.HTMLhandleSpace(f);this.HTMLhandleColor(f);return f},HTMLgetScale:function(){return this.SUPER(arguments).HTMLgetScale.call(this)*(100/b.scale)}});a.xml.Augment({toHTML:function(f,g){for(var e=0,d=this.data.length;e<d;e++){f.appendChild(this.data[e].cloneNode(true))}f.bbox.w=b.getW(f);f.bbox.rw=f.bbox.w;var h=b.getHD(f);f.bbox.h=h.h;f.bbox.d=h.d}});MathJax.Hub.Startup.signal.Post("HTML-CSS annotation-xml Ready");MathJax.Ajax.loadComplete(b.autoloadDir+"/annotation-xml.js")});
+