diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-20 23:04:42 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-20 23:04:42 +0200 |
commit | b45eb83d34bd869db6d8cd1590ed1b84d7281025 (patch) | |
tree | d9077ae23d519ec1ada58ba9bfcb46e77025b3f7 /otfl-luat-dum.lua | |
parent | e55599fe6a6604fc80df2db150bfb92d3c364737 (diff) | |
download | luaotfload-b45eb83d34bd869db6d8cd1590ed1b84d7281025.tar.gz |
Add |tex.ctxcatcodes|
Used in two places in the source, male is alias to luatextra's latex
catcodetable.
Diffstat (limited to 'otfl-luat-dum.lua')
-rw-r--r-- | otfl-luat-dum.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua index 96a773c..4c55d37 100644 --- a/otfl-luat-dum.lua +++ b/otfl-luat-dum.lua @@ -84,3 +84,5 @@ function logs.simple(fmt,...) write_nl('log', format("%s |",name)) end end + +tex.ctxcatcodes = luatextra.catcodetables.latex |