diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -3,9 +3,13 @@ general - check for user macros starting with \luatex - change lua module name(s) (luatexbase or luatexbase.regs etc) -- check for macros starting with \luatex -- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names, - kpse.find_file(..., 'lua'), etc.) Maybe do a compat package? + +compat +------ + +- \luadirect abstraction to \directlua +- \EnsureLuaTeXPrimitive +- use it in other packages, and test them with various versions loader ------ @@ -19,9 +23,12 @@ modutils -------- Review extensively. +- names starting with \luatex +- logic (see what LaTeX2e does) mcallbacks ---------- Review extensively. +Incorporate remaining bits from luatextra? |