diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 14:12:45 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 14:12:45 +0100 |
commit | ef33b79773c88a941dcb96dc7799f7327073fccb (patch) | |
tree | 0e9b052ef8a8e17bcbce9e32dac164c55f1ad449 /TODO | |
parent | 8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf (diff) | |
parent | c14ea2489bbb1db61dd27b861015cdd269c888bc (diff) | |
download | luatexbase-ef33b79773c88a941dcb96dc7799f7327073fccb.tar.gz |
Merge branch 'master' into unstable
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -11,8 +11,23 @@ general - date & changes entry - redo module loading in packages once mods is done. +- adjust preamble to avoid duplicated list of files (refer to DTX instead) Later ===== - change lua module name(s) (luatexbase or luatexbase.regs etc) + +regs +---- + +- Should the various allocation macros set something in a Lua table, or should + we just wait for it to be implemented in LuaTeX? (The \*blk macros would be +rather tricky in this respect, but are they really used?) Well, is there any +actual need for this? + +cctb +---- + +- don't write in the tex table! +- don't define macros starting with \luatex |