summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-14 18:30:43 +0000
committerKarl Berry <karl@freefriends.org>2010-05-14 18:30:43 +0000
commitf3178743528fed675598b87b938a61115fe90cd6 (patch)
tree7f78b60d38ba903d3d6358872a0005d1ee562550 /Master/texmf-dist/doc/luatex
parent3e9a62cbf45d825eb817c535b9ecb8563d081902 (diff)
luatextra update (13may10)
git-svn-id: svn://tug.org/texlive/trunk@18252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/News32
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/README63
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/luaextra.pdfbin91786 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/luamcallbacks-test.tex45
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/luamcallbacks.pdfbin101943 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/luatextra-reference.pdfbin104947 -> 115572 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luatextra/luatextra.pdfbin240141 -> 190954 bytes
7 files changed, 39 insertions, 101 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatextra/News b/Master/texmf-dist/doc/luatex/luatextra/News
new file mode 100644
index 00000000000..ebcb2979d48
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/luatextra/News
@@ -0,0 +1,32 @@
+ History of the luatextra bundle
+
+
+2010/05/10
+ * adaptation to the new luatexbase package
+
+2010/03/29 v0.97
+ * bump version to account for luaextra (now lualibs) separation
+
+2010/03/28
+ * move luaextra to a separate package
+
+2010/03/28, luatextra v0.96
+ * a lot of stuff moved to luatexbase. Now using luatexbase v0.1.
+
+2010/01/10, luaextra v0.92:
+ * making the file loadable without luatextra (useful for lua scripts)
+ * fixing typo in localize_sep
+
+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
+
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
-------
diff --git a/Master/texmf-dist/doc/luatex/luatextra/luaextra.pdf b/Master/texmf-dist/doc/luatex/luatextra/luaextra.pdf
deleted file mode 100644
index 0706c98ad56..00000000000
--- a/Master/texmf-dist/doc/luatex/luatextra/luaextra.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks-test.tex b/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks-test.tex
deleted file mode 100644
index 0ca669b26c5..00000000000
--- a/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks-test.tex
+++ /dev/null
@@ -1,45 +0,0 @@
-%%
-%% This is file `luamcallbacks-test.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% luamcallbacks.dtx (with options: `test')
-%% This is a generated file.
-%%
-%% Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu>
-%%
-%% This work is under the CC0 license.
-%%
-%% This work consists of the main source file luamcallbacks.dtx
-%% and the derived files
-%% luamcallbacks.lua, luamcallbacks-test.tex, luamcallbacks.pdf.
-%%
-\input luatextra.sty
-
-This is just a test file.
-\luadirect{
-local function one(head,...)
- texio.write_nl("I'm number 1")
- return head, true
-end
-
-local function two(head,...)
- texio.write_nl("I'm number 2")
- return head, true
-end
-
-local function three(head,...)
- texio.write_nl("I'm number 3")
- return head, true
-end
-callback.add("hpack_filter",one,"my example function one",1)
-callback.add("hpack_filter",two,"my example function two",2)
-callback.add("hpack_filter",three,"my example function three",1)
-callback.remove("hpack_filter","my example function three")
-}
-
-\bye
-\endinput
-%%
-%% End of file `luamcallbacks-test.tex'.
diff --git a/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks.pdf b/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks.pdf
deleted file mode 100644
index 69d7c2da145..00000000000
--- a/Master/texmf-dist/doc/luatex/luatextra/luamcallbacks.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf b/Master/texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf
index c138c5218eb..da2654571c7 100644
--- a/Master/texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf
+++ b/Master/texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luatextra/luatextra.pdf b/Master/texmf-dist/doc/luatex/luatextra/luatextra.pdf
index f37335a4707..decb76f31c6 100644
--- a/Master/texmf-dist/doc/luatex/luatextra/luatextra.pdf
+++ b/Master/texmf-dist/doc/luatex/luatextra/luatextra.pdf
Binary files differ