summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 01:09:52 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 01:09:52 +0100
commitd1621c3d398d6a737be9e8e45ebc0d2e32d7c82a (patch)
tree13bf381c8002d49df12399f2caba87e3affcb7ab /README
parent8cd3123778cd2e710119c661f6f476ee19436a21 (diff)
downloadluatexbase-d1621c3d398d6a737be9e8e45ebc0d2e32d7c82a.tar.gz
todo update
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index c209d5e..100f8c5 100644
--- a/README
+++ b/README
@@ -5,17 +5,19 @@ luatexbase provides basic resource management, similar to the way TeX
resources are handled by Plain TeX and LaTeX, for new resources introduced by
LuaTeX.
-Each resource is handled in a separate package, and luatexbase.sty merely loads
-all of them.
+Each resource is handled in a separate package.
The resources considered are:
- registers (\count, \box, etc.) -> luatexbase-regs
-- Lua modules -> luatexbase-loader
-- Additional functions for modules -> luatexbase-modutils
+- Lua module loading -> luatexbase-loader
- \attribute's -> luatexbase-attr
- \catcodetable's -> luatexbase-cctb
- Lua callbacks -> luamcallbacks
+Additional convenience packages:
+- Lua module declaration -> luatexbase-modutils
+- compatibility helpers -> luatexbase-compat
+
WARNING: these packages are subject to change or even be merged or disappear in
the near future!