summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 15:02:03 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 15:02:03 +0100
commitd0038f2e9f6f71498cffbfe932d17627dbee1dfe (patch)
tree948f63e951411f39783f3f703b8393643fdd4184 /README
parentc14ea2489bbb1db61dd27b861015cdd269c888bc (diff)
downloadluatexbase-d0038f2e9f6f71498cffbfe932d17627dbee1dfe.tar.gz
split mods into loader and modutils
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 5 insertions, 15 deletions
diff --git a/README b/README
index fbda4f2..c209d5e 100644
--- a/README
+++ b/README
@@ -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
-------