summaryrefslogtreecommitdiff
path: root/tex/context/base/math-tag.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-09-27 20:05:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-09-27 20:05:00 +0200
commit7d5303b65f33ee0ea99f83f9a7aaa4672a405660 (patch)
treecad2e7cd1c6a7e2345b469e4f80191589ff46c40 /tex/context/base/math-tag.lua
parent0708cb2babdfd4c6f9cb86dd408992716a0e99cf (diff)
downloadcontext-7d5303b65f33ee0ea99f83f9a7aaa4672a405660.tar.gz
beta 2011.09.27 20:05
Diffstat (limited to 'tex/context/base/math-tag.lua')
-rw-r--r--tex/context/base/math-tag.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/math-tag.lua b/tex/context/base/math-tag.lua
index 49138ac3b..0ac5b0897 100644
--- a/tex/context/base/math-tag.lua
+++ b/tex/context/base/math-tag.lua
@@ -87,6 +87,8 @@ end
-- todo: check function here and keep attribute the same
+-- todo: variants -> original
+
local actionstack = { }
process = function(start) -- we cannot use the processor as we have no finalizers (yet)
@@ -117,6 +119,7 @@ process = function(start) -- we cannot use the processor as we have no finalizer
else
tag = "mo"
end
+-- print(start,a,tag)
set_attribute(start,a_tagged,start_tagged(tag,a))
stop_tagged()
break -- okay?