diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 15:02:03 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 15:02:03 +0100 |
commit | d0038f2e9f6f71498cffbfe932d17627dbee1dfe (patch) | |
tree | 948f63e951411f39783f3f703b8393643fdd4184 /README | |
parent | c14ea2489bbb1db61dd27b861015cdd269c888bc (diff) | |
download | luatexbase-d0038f2e9f6f71498cffbfe932d17627dbee1dfe.tar.gz |
split mods into loader and modutils
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 5 insertions, 15 deletions
@@ -9,10 +9,11 @@ Each resource is handled in a separate package, and luatexbase.sty merely loads all of them. The resources considered are: -- registers (\count, \box, etc.) -> lualatex-regs -- Lua modules -> lualatex-mods -- \attribute's -> lualatex-attr -- \catcodetable's -> lualatex-cctb +- registers (\count, \box, etc.) -> luatexbase-regs +- Lua modules -> luatexbase-loader +- Additional functions for modules -> luatexbase-modutils +- \attribute's -> luatexbase-attr +- \catcodetable's -> luatexbase-cctb - Lua callbacks -> luamcallbacks WARNING: these packages are subject to change or even be merged or disappear in @@ -39,17 +40,6 @@ Here are the recommended installation methods (preferred first). 4. Try to figure it out by looking at the Makefile and comments in the sources. -Manifest --------- - -Source files: - luamcallbacks.dtx - -Derived files: - luamcallbacks.pdf - luamcallbacks-test.tex - luamcallbacks.lua - License ------- |