summaryrefslogtreecommitdiff
path: root/tex/context/base/math-tag.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-03-21 18:26:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-03-21 18:26:00 +0100
commitc794ddc750d2f2a4264bd5e108babe4348b60c42 (patch)
tree3f5d856259f5b3b5d76b789542c2fda197d93691 /tex/context/base/math-tag.lua
parentc971a249f8c3c8c394dc1f173bae8fc14a81b700 (diff)
downloadcontext-c794ddc750d2f2a4264bd5e108babe4348b60c42.tar.gz
beta 2013.03.21 18:26
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?