summaryrefslogtreecommitdiff
path: root/tex/context/base/math-dir.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-02-13 13:00:35 +0200
committerMarius <mariausol@gmail.com>2014-02-13 13:00:35 +0200
commit43b2c43c53673bbaebc0cec57d32c4609c026cd9 (patch)
treefe93e87b47c31f163d6042cc27af86d2a990fb28 /tex/context/base/math-dir.lua
parent8c7fab57c5fd2db6b9ade5f7608add9f650c8460 (diff)
downloadcontext-43b2c43c53673bbaebc0cec57d32c4609c026cd9.tar.gz
beta 2014.02.13 11:27
Diffstat (limited to 'tex/context/base/math-dir.lua')
-rw-r--r--tex/context/base/math-dir.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/math-dir.lua b/tex/context/base/math-dir.lua
index ec64e6787..525d07831 100644
--- a/tex/context/base/math-dir.lua
+++ b/tex/context/base/math-dir.lua
@@ -105,6 +105,13 @@ local function processmath(head)
end
elseif not start then
-- nothing
+if id == hlist_code or id == vlist_code then
+ local list, d = processmath(getlist(current))
+ setfield(current,"list",list)
+ if d then
+ done = true
+ end
+end
elseif start == stop then
start = nil
else