diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 15:53:06 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 16:13:54 +0100 |
commit | 6fd9e351fad8a6d4df2d2841a29da7fa99806463 (patch) | |
tree | 3ae70d1f2dbeeb78032dc156c3457f8be9c3258b /TODO | |
parent | 3fbad52bf5c3a8e0d20ed01f784b048afdd34332 (diff) | |
download | luatexbase-6fd9e351fad8a6d4df2d2841a29da7fa99806463.tar.gz |
Start working on attr.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,25 +1,29 @@ general ------- -- change lua module names -- change TeX macros prefixes +- change prefix for internal TeX macros - check for lua name conflicts ('module' used in mods) - check for macros starting with \luatex - write test files - reload check, declaration, luatex test +- handle catcodes for Plain (more comprensive defenses to be added later) - import/update doc -- fix Makefile: test files are source, not runfiles -- make tests cleaner: \begingroup\expandafter\ETC. -- handle catcodes for Plain -- import/write doc +- make TeX tests cleaner: \begingroup\expandafter\ETC. 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?) + +attr +--- + +- don't write in the tex table! |