diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 17:52:05 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 17:52:48 +0200 |
commit | 0fcd4965ecb2902d4fd6cb58c29b0b6c8d616ce4 (patch) | |
tree | ccff2c385c6ccf3d1718d5619b3f237997ecedac /TODO | |
parent | fe2a87261f10e9359df7d49b48800bb2d951527c (diff) | |
download | luatexbase-0fcd4965ecb2902d4fd6cb58c29b0b6c8d616ce4.tar.gz |
TeX package for mcb, Todo update.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 27 |
1 files changed, 23 insertions, 4 deletions
@@ -1,18 +1,37 @@ modutils -------- -Review extensively. - Renaming: \luatexUseModule \luatexRequireModule \luatexModuleError - stop using module() inside functions +- Make more Lua objects local. - logic (see what LaTeX2e does) +- syntax of public TeX macros and Lua functions +- General review of code and comments. +- Update user documentation. mcallbacks ---------- -Review extensively. -Compatibility : tex.luaversion not available in 0.25.4 :'( -Incorporate remaining bits from luatextra? +- Compatibility : tex.luaversion not available in 0.25.4 :'( +- Incorporate remaining bits from luatextra? +- Make more Lua objects local. +- Stop creating functions in the callback table ?! +- Make a decision about names of public functions. +- General review of code and comments. +- Update user documentation. +luatexbase +---------- + +- create it, make it load the others (except maybe mcb for now) +- create general documentation + +afterwards +---------- + +- check/adapt luatextra +- Bump version number, make zip, announce. +- engage discussion with Heiko |