From c794ddc750d2f2a4264bd5e108babe4348b60c42 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 21 Mar 2013 18:26:00 +0100 Subject: beta 2013.03.21 18:26 --- tex/context/base/math-tag.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tex/context/base/math-tag.lua') 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? -- cgit v1.2.3