www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d139834179dbd71ae18c65d493060908d4669b61
parent bf330af3f746e026fd912c50bc1551d4811e1e76
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon, 24 Aug 2015 13:56:58 -0400

Make sure mspace and mfrac set their scaling factors.

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1928,6 +1928,7 @@ toCommonHTML: function (node) { node = this.CHTMLcreateNode(node); this.CHTMLhandleStyle(node); + this.CHTMLhandleScale(node); var values = this.getValues("height","depth","width"); var w = CHTML.length2em(values.width), h = CHTML.length2em(values.height), @@ -2453,6 +2454,7 @@ toCommonHTML: function (node) { node = this.CHTMLcreateNode(node); this.CHTMLhandleStyle(node); + this.CHTMLhandleScale(node); // // Make row of open, data, sep, ... data, close //