summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatextra/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatextra/README')
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/README63
1 files changed, 7 insertions, 56 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatextra/README b/Master/texmf-dist/doc/luatex/luatextra/README
index 1d266a84d04..a8fba74a818 100644
--- a/Master/texmf-dist/doc/luatex/luatextra/README
+++ b/Master/texmf-dist/doc/luatex/luatextra/README
@@ -1,43 +1,18 @@
The luatextra generic bundle
+WARNING: this package is undergoing major changes. The documentation (including
+this readme) is sometimes inconsistent. Also, everything may change in the near
+future.
-LuaTeXtra is a collection of three coherent packages:
-
-luatextra provides low-level functions for LuaTeX use with LaTeX and Plain, for
-instance the macro \newluaattribute. It also provides a way to use and register
-new lua modules, inspired by the LaTeX packages system.
-
-luamcallback provides a way to register several functions in a LuaTeX callback.
-
-luaextra provides extra lua functions useful for package development.
-
-These packages are really necessary if you want to take advantage of the new
-LuaTeX functions in a safe way.
-
-Note that this package automatically loads luaotfload.
+luatextra loads many usefull packages for LuaTeX (like luaotfload) and provides
+a few additional features and goodies.
Please see the luatextra-reference.pdf documentation for more details.
-This package is developped on <http://github.com/eroux/lualatex/tree/master>.
-
+This package is developed on <http://github.com/mpg/luatextra/>, see the 'News'
+file for version history.
-History
--------
-2009/12/16, luatextra v0.95:
- * package can now be loaded with a different engine, it then loads only
- \LuaTeX and \LuaLaTeX
- * \CatcodeTableLaTeXAtLetter and \CatcodeTableExpl have appeared
- * short names have been added to the tex.catcodetablenumber table
-
-2009/09/22, luatextra v0.94:
- * prefixing macros with \luatex instead of \lua, to be coherent with
- TeX Live 2009.
-
-2009/09/18, luamcallbacks v0.93:
- * adding the callback process_output_buffer, to use it with luainputenc
-
-
Installation
------------
@@ -55,30 +30,6 @@ distribution's manual for details.
b. Run 'make install TEXMFROOT=/path/to/texmf'.
c. See 2c.
-4. Try to figure it out by looking at the Makefile and comments in the sources.
-
-
-Manifest
---------
-
-Source files:
- luaextra.dtx
- luamcallbacks.dtx
- luatextra.dtx
- luatextra-reference.tex
-
-Derived files:
- luatextra-reference.pdf introduction to luatextra packages
- luaextra.pdf
- luamcallbacks.pdf
- luatextra.pdf
- luamcallbacks-test.tex
- luaextra.lua
- luamcallbacks.lua
- luatextra-latex.tex
- luatextra.lua
- luatextra.sty
-
License
-------