www

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

commit 04bb13e932452c41d86cfe87a24d8ff5814f663d
parent ecbfb344c3092b48f089b8b2ac360fa9dfe0739c
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun, 18 Oct 2015 07:33:24 -0400

Lookup stack container for stretchy operators for msubsup in CHTML.  Resolves issue #1287.

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

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -2264,6 +2264,7 @@ base = CHTML.getNode(node,"mjx-base"); sub = CHTML.getNode(node,"mjx-sub"); sup = CHTML.getNode(node,"mjx-sup"); + stack = CHTML.getNode(node,"mjx-stack"); } else { var types = ["mjx-base","mjx-sub","mjx-sup"]; if (this.sup === 1) types[1] = types[2];