summaryrefslogtreecommitdiff
path: root/tex/context/base/math-tag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-tag.lua')
-rw-r--r--tex/context/base/math-tag.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/math-tag.lua b/tex/context/base/math-tag.lua
index 6e634fd30..ab5902dd4 100644
--- a/tex/context/base/math-tag.lua
+++ b/tex/context/base/math-tag.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['math-tag'] = {
license = "see context related readme files"
}
+-- use lpeg matchers
+
local find, match = string.find, string.match
local insert, remove = table.insert, table.remove
@@ -117,7 +119,6 @@ process = function(start) -- we cannot use the processor as we have no finalizer
else
tag = "mo"
end
--- print(start,a,tag)
start[a_tagged] = start_tagged(tag,a)
stop_tagged()
break -- okay?