www

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

commit f6d716b4449911f05da4b587be68c241629cb8fa
parent 23edb8c49b36dc66da666aa416c39b583a486fb1
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 30 Apr 2013 08:49:25 -0400

Add error message for when an evironment closes with unbalanced braces.  Resolves issue #454.

Diffstat:
Munpacked/jax/input/TeX/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -80,6 +80,7 @@ var STACKITEM = STACK.Item = MathJax.Object.Subclass({ type: "base", + endError: /*_()*/ ["ExtraOpenMissingClose","Extra open brace or missing close brace"], closeError: /*_()*/ ["ExtraCloseMissingOpen","Extra close brace or missing open brace"], rightError: /*_()*/ ["MissingLeftExtraRight","Missing \\left or extra \\right"], Init: function () {