We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c61b4b + 4d32b28 commit 3627e80Copy full SHA for 3627e80
unpacked/jax/output/CommonHTML/jax.js
@@ -2742,16 +2742,6 @@
2742
2743
/********************************************************/
2744
2745
- MML.mstyle.Augment({
2746
- toCommonHTML: function (node) {
2747
- node = this.CHTMLdefaultNode(node);
2748
- if (this.scriptlevel && this.data[0]) this.CHTML.rescale(this.data[0].CHTML.rscale);
2749
- return node;
2750
- }
2751
- });
2752
-
2753
- /********************************************************/
2754
2755
MML.TeXAtom.Augment({
2756
toCommonHTML: function (node,options) {
2757
if (!options || !options.stretch) node = this.CHTMLdefaultNode(node);
0 commit comments