www

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

commit 01bec60e5a5f2a48ff1c8b03ff04963d246188cf
parent ca196c8e0d318eca9ed4df3a48bc9717a5d832db
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun, 12 Oct 2014 16:58:10 -0400

Merge branch 'issue839' into develop.  Issue #839.

Diffstat:
Munpacked/jax/element/mml/jax.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js @@ -1136,6 +1136,9 @@ MathJax.ElementJax.mml.Augment({ texClass: MML.TEXCLASS.ORD, useHeight: 1 }, + adjustChild_displaystyle: function () { + return (this.displaystyle != null ? this.displaystyle : this.defaults.displaystyle); + }, inheritFromMe: true, noInherit: { mover: {align: true}, @@ -1145,7 +1148,7 @@ MathJax.ElementJax.mml.Augment({ align: true, rowalign: true, columnalign: true, groupalign: true, alignmentscope: true, columnwidth: true, width: true, rowspacing: true, columnspacing: true, rowlines: true, columnlines: true, frame: true, - framespacing: true, equalrows: true, equalcolumns: true, + framespacing: true, equalrows: true, equalcolumns: true, displaystyle: true, side: true, minlabelspacing: true, texClass: true, useHeight: 1 } },