summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-itc.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-itc.lmt')
-rw-r--r--tex/context/base/mkxl/typo-itc.lmt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/typo-itc.lmt b/tex/context/base/mkxl/typo-itc.lmt
index f0b6980f4..c26d4a824 100644
--- a/tex/context/base/mkxl/typo-itc.lmt
+++ b/tex/context/base/mkxl/typo-itc.lmt
@@ -72,7 +72,7 @@ local italicsdata = fonthashes.italics
local exheights = fonthashes.exheights
local chardata = fonthashes.characters
-local is_punctuation = characters.is_punctuation
+local ispunctuation = characters.is_punctuation
local implement = interfaces.implement
@@ -217,7 +217,7 @@ local function domath(head,current)
if glyph and getid(glyph) == glyph_code then
-- [math: <glyph><kern>]<glyph> : we remove the correction when we have
-- punctuation
- if is_punctuation[char] then
+ if ispunctuation[char] then
local a = getattr(glyph,a_mathitalics)
if a then
local i = getkern(kern)
@@ -257,7 +257,7 @@ local function domath(head,current)
-- if glyph and getid(glyph) == glyph_code then
-- -- [math: <glyph>]<glyph> : we add the correction when we have
-- -- no punctuation
- -- if not is_punctuation[char] then
+ -- if not ispunctuation[char] then
-- local a = getattr(glyph,a_mathitalics)
-- if a and (a < 100 or a > 100) then
-- if a > 100 then