From e80c75029084c0e8a80286f78150b5a2e320e63c Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 17 Jul 2014 13:24:00 +0200 Subject: beta 2014.07.17 13:24 --- tex/context/base/sort-ini.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tex/context/base/sort-ini.lua') diff --git a/tex/context/base/sort-ini.lua b/tex/context/base/sort-ini.lua index ab6ad0649..3937c77d5 100644 --- a/tex/context/base/sort-ini.lua +++ b/tex/context/base/sort-ini.lua @@ -535,6 +535,7 @@ local function prepare() pattern = Cs( ( characters.tex.toutfpattern() + lpeg.patterns.whitespace / "\000" + + (P("\\") / "") * R("AZ")^0 * (P(-1) + #(1-R("AZ"))) + (P("\\") * P(1) * R("az","AZ")^0) / "" + S("[](){}$\"'") / "" + R("09")^1 / numify -- cgit v1.2.3