summaryrefslogtreecommitdiff
path: root/tex/generic/context/luatex/luatex-math.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-09 16:40:24 +0300
committerMarius <mariausol@gmail.com>2013-05-09 16:40:24 +0300
commit2b86b3c259cdb4df4fda41889ecad9d3f366c973 (patch)
tree28cb7e5a0e41eabb797e94b53d53ff5e0a294d82 /tex/generic/context/luatex/luatex-math.lua
parentfcc0b3c67c2840d82aee0bb84eac8b3449b09afd (diff)
downloadcontext-2b86b3c259cdb4df4fda41889ecad9d3f366c973.tar.gz
beta 2013.05.09 15:23
Diffstat (limited to 'tex/generic/context/luatex/luatex-math.lua')
-rw-r--r--tex/generic/context/luatex/luatex-math.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/generic/context/luatex/luatex-math.lua b/tex/generic/context/luatex/luatex-math.lua
index 0e9bab69e..c316182ba 100644
--- a/tex/generic/context/luatex/luatex-math.lua
+++ b/tex/generic/context/luatex/luatex-math.lua
@@ -36,7 +36,7 @@ local gaps = {
local function fixmath(tfmdata,key,value)
if value then
- local characters = tfmdata.characters
+ local characters = tfmdata.characters
for gap, mess in pairs(gaps) do
characters[gap] = characters[mess]
end