From 04bb13e932452c41d86cfe87a24d8ff5814f663d Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sun, 18 Oct 2015 07:33:24 -0400 Subject: [PATCH] Lookup stack container for stretchy operators for msubsup in CHTML. Resolves issue #1287. --- unpacked/jax/output/CommonHTML/jax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js index 2043db68d..f664b7941 100644 --- 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];