summaryrefslogtreecommitdiff
path: root/tex/context/base/math-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-20 13:40:15 +0300
committerMarius <mariausol@gmail.com>2011-10-20 13:40:15 +0300
commit3e2ebbeec9a05ccd43d56108aa16ed48b432709c (patch)
tree6abbd19133b73ae40a5855f0f6b46a76d22b9c8f /tex/context/base/math-ini.lua
parent7a559b447d7318c984e38e98bf36fd83ef8a74e9 (diff)
downloadcontext-3e2ebbeec9a05ccd43d56108aa16ed48b432709c.tar.gz
beta 2011.10.20 12:24
Diffstat (limited to 'tex/context/base/math-ini.lua')
-rw-r--r--tex/context/base/math-ini.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/math-ini.lua b/tex/context/base/math-ini.lua
index 9d63cff5b..cb1a72926 100644
--- a/tex/context/base/math-ini.lua
+++ b/tex/context/base/math-ini.lua
@@ -168,7 +168,8 @@ if setmathcode then
contextsprint(format([[\unexpanded\gdef\%s{\Uradical "%X "%X }]],name,family,slot))
else
-- beware, open/close and other specials should not end up here
- contextsprint(format([[\unexpanded\gdef\%s{\Umathchar "%X "%X "%X }]],name,class,family,slot))
+-- contextsprint(format([[\unexpanded\gdef\%s{\Umathchar "%X "%X "%X }]],name,class,family,slot))
+ contextsprint(format([[\Umathchardef\%s "%X "%X "%X ]],name,class,family,slot))
end
end