summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-18 00:34:00 +0000
committerKarl Berry <karl@freefriends.org>2010-11-18 00:34:00 +0000
commit27724eb3da73a3049863e8003a12706a67fb0191 (patch)
treeb25a432e4ff2696af31c0bb501d446fa18fc55e7 /Master/texmf-dist/doc/lualatex
parentb0d699e2447b26d9c7ad15895cefb0a54d96872a (diff)
luatextra (17nov10)
git-svn-id: svn://tug.org/texlive/trunk@20471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/News55
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/README37
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdfbin0 -> 315132 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/test.tex19
4 files changed, 111 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/News b/Master/texmf-dist/doc/lualatex/luatextra/News
new file mode 100644
index 00000000000..5d62e495a22
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luatextra/News
@@ -0,0 +1,55 @@
+ History of the luatextra package
+
+
+2010/10/10 v1.0
+ * move to latex only
+ * remove old callback code
+ * remove old macro/primitive aliases
+ * load fontspec
+
+2010/10/10 v0.99a
+ * adapt to luatexbase v3.0
+
+2010/10/08 v0.99
+ * delegate definition of {luacode} and \luadirect to package luacode
+ * raise an error rather than a warning when not running LuaTeX
+ * load fixltx2e under LaTeX
+
+2010/10/04 v0.98
+ * load metalogo under LaTeX; don't define logos under Plain TeX
+ * documentation overhaul; added a "planned changes" section
+ * rm luatextra-reference.pdf; will be back separatly as lualatex-doc.pdf
+
+2010/08/02 v0.971
+ * fix latex detection that used to break latex detection in other packages
+ (inc. TikZ).
+
+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/lualatex/luatextra/README b/Master/texmf-dist/doc/lualatex/luatextra/README
new file mode 100644
index 00000000000..7886b3c1136
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luatextra/README
@@ -0,0 +1,37 @@
+ The luatextra package for LuaLaTeX
+
+
+The luatextr} package loads essential and useful packages for LuaLaTeX. It is
+meant as convenience for users who don't want to load them individually.
+
+
+Installation
+------------
+
+Here are the recommended installation methods (preferred first).
+
+1. If you are using TeX Live 2008 or later, use 'tlmgr install luatextra'.
+Alternatively, try your (TeX or Linux) distribution's package management system.
+
+2. a. Grab luatextra.tds.zip on the CTAN.
+ b. Unzip it at the root of one or your TDS trees.
+ c. You may need to update some filename database after this, see your TeX
+distribution's manual for details.
+
+3. a. Grab the sources from CTAN or github.
+ b. Run 'make install TEXMFROOT=/path/to/texmf'.
+ c. See 2c.
+
+
+License
+-------
+
+This work and the derived files are under the Creative Commons CC0 license.
+
+See the full text at
+
+http://creativecommons.org/publicdomain/zero/1.0/legalcode
+
+and a FAQ at
+
+http://wiki.creativecommons.org/CC0
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf b/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf
new file mode 100644
index 00000000000..7a53a67001d
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/test.tex b/Master/texmf-dist/doc/lualatex/luatextra/test.tex
new file mode 100644
index 00000000000..fcfe556698f
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luatextra/test.tex
@@ -0,0 +1,19 @@
+%%
+%% This is file `test.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% luatextra.dtx (with options: `test')
+%%
+%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
+%%
+%% This work is under the CC0 license.
+%% See source file 'luatextra.dtx' for details.
+%%
+\documentclass{minimal}
+\usepackage{luatextra}
+\stop
+\endinput
+%%
+%% End of file `test.tex'.