diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-10 11:34:16 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-10 11:34:16 +0300 |
commit | b6878880e33627b3a05adfb11aded148aa3bd5b0 (patch) | |
tree | 9ef63ca8656d654d9748818de12f491ebbb3babf /otfl-luat-ovr.lua | |
parent | d08d71ffc88afbf641685e5ebe69bdf0ef4d0f51 (diff) | |
download | luaotfload-b6878880e33627b3a05adfb11aded148aa3bd5b0.tar.gz |
Adaptation to luatexbase (just small changes) and removing functions that are now in luaextra.
Diffstat (limited to 'otfl-luat-ovr.lua')
-rw-r--r-- | otfl-luat-ovr.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-luat-ovr.lua b/otfl-luat-ovr.lua index 3670df7..af5e05b 100644 --- a/otfl-luat-ovr.lua +++ b/otfl-luat-ovr.lua @@ -32,4 +32,4 @@ function logs.simple(fmt,...) end end -tex.ctxcatcodes = luatextra.catcodetables.latex +tex.ctxcatcodes = luatexbase.catcodetables.latex |