www

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

commit 0710cca048d9dc45a99fa03a6ffdf54840cca7bf
parent 4666badbe283fda8e2cab56ef083ade62520e5a1
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon, 18 Aug 2014 12:54:34 -0400

Fix spacing of open delimiter from \left...\right.  Issue #889.

Diffstat:
Munpacked/jax/element/mml/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js @@ -757,7 +757,7 @@ MathJax.ElementJax.mml.Augment({ // <mrow> came from \left...\right // so treat as subexpression (tex class INNER) // - this.getPrevClass(prev); + this.getPrevClass(prev); prev = null; for (i = 0; i < m; i++) {if (this.data[i]) {prev = this.data[i].setTeXclass(prev)}} this.texClass = MML.TEXCLASS.INNER;