summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 16:30:00 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 16:30:00 +0100
commitd40f0c4f1dc134bb5258aab331a78d6581131ed1 (patch)
tree65eaa904ad8dc035c454afdc03fc5fea74c05a21 /TODO
parentd0038f2e9f6f71498cffbfe932d17627dbee1dfe (diff)
downloadluatexbase-d40f0c4f1dc134bb5258aab331a78d6581131ed1.tar.gz
Initial version of loader.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 27e0e7f..38d4e9a 100644
--- a/TODO
+++ b/TODO
@@ -13,10 +13,17 @@ general
- redo module loading in packages once mods is done.
- adjust preamble to avoid duplicated list of files (refer to DTX instead)
+loader
+------
+
+- a.b.c -> a/b/c or a/b.c or a.b.c
+
Later
=====
- change lua module name(s) (luatexbase or luatexbase.regs etc)
+- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names,
+ kpse.find_file(..., 'lua'), etc.)
regs
----