diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-10 22:43:57 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-11 15:53:12 +0100 |
commit | 2dc94fe1386b7bd1ede75570c7ae8f32e0ed8861 (patch) | |
tree | 9d7211f7a07f769f94ad5020cd64363bc12fc416 /README | |
parent | 708b9f4b9ddfc0a1bb2d0e2df616059a4092700d (diff) | |
download | luatexbase-2dc94fe1386b7bd1ede75570c7ae8f32e0ed8861.tar.gz |
Update readme, changes and overview doc.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,8 +1,9 @@ - The luatexbase generic bundle + The luatexbase generic package for LuaTeX -The bundle provides basic facilities for LuaTeX macro programmers, mostly -resource allocation and convenience packages. Provided are: +This package provides resource management for the LuaTeX macro programmer. +It is composed of the following sub-packages, which can be used independantly +if desired: – luatexbase-compat: compatibility helpers; – luatexbase-loader: Lua module loading; @@ -12,9 +13,6 @@ resource allocation and convenience packages. Provided are: – luatexbase-modutils: Lua module declaration; and - luatexbase-mcb: callbacks extensions. -Additionally, a `luatexbase' package loads all of the above in one step (and -does nothing else) for your convenience. - Installation ------------ |