summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-spa.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-05-11 11:48:41 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-05-11 11:48:41 +0200
commit3a55e11c7295abf8f2dfe5e9d1c8b153f4518824 (patch)
treeef19e02db5f451f90d12f88ddf60619e0cb07344 /tex/context/base/mkxl/math-spa.lmt
parentd2e1112ef8921f361ac7cf1b49e30923cce6d5f0 (diff)
downloadcontext-3a55e11c7295abf8f2dfe5e9d1c8b153f4518824.tar.gz
2022-05-11 11:35:00
Diffstat (limited to 'tex/context/base/mkxl/math-spa.lmt')
-rw-r--r--tex/context/base/mkxl/math-spa.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/math-spa.lmt b/tex/context/base/mkxl/math-spa.lmt
index 57965c97b..32de6e417 100644
--- a/tex/context/base/mkxl/math-spa.lmt
+++ b/tex/context/base/mkxl/math-spa.lmt
@@ -30,6 +30,7 @@ local v_auto = interfaces.variables.auto
local method = v_none
local distance = 0
+local boundary = tex.boundaries.system("mathalign")
function noads.handlers.align(h)
if method ~= v_none then
@@ -39,7 +40,7 @@ function noads.handlers.align(h)
while s do
local id = getid(s)
local n = getnext(s)
- if id == boundary_code and getdata(s) == 314 then
+ if id == boundary_code and getdata(s) == boundary then
if n and getid(n) == glue_code then
s = n
n = getnext(s)