summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luainputenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-05 21:44:00 +0000
committerKarl Berry <karl@freefriends.org>2010-11-05 21:44:00 +0000
commit3141b647e6510357f3d740e770fbf703151c17d2 (patch)
treed631de68229d96f7e42c4ac921833ade4806a56a /Master/texmf-dist/doc/lualatex/luainputenc
parentb956eda8106b9fabf03d804cd2e9a9737463f213 (diff)
luainputenc v0.971 (4nov10)
git-svn-id: svn://tug.org/texlive/trunk@20326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luainputenc')
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/NEWS7
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/README16
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdfbin222778 -> 404068 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/test.tex32
4 files changed, 42 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/NEWS b/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
index 3c18dc5064c..47d98748771 100644
--- a/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
@@ -1,6 +1,11 @@
History of the luainputenc bundle
-2010/02/07, luainputenc v0.97:
+2010/10/05, luainputenc v0.971:
+ * improved documentation
+ * no longer loading luatextra
+ * fix bug under pdftex/xetex, thanks to Ulrike
+
+2010/05/11, luainputenc v0.97:
* adapting to the new luatexbase system
2010/02/07, luainputenc v0.96:
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/README b/Master/texmf-dist/doc/lualatex/luainputenc/README
index 1cfb98966f5..90f24396404 100644
--- a/Master/texmf-dist/doc/lualatex/luainputenc/README
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/README
@@ -2,20 +2,14 @@
luainputenc is an adaptation of inputenc for LuaTeX, as the old inputenc does
-not work (at all) with the LuaTeX engine.
-
-You need luatextra to use this package.
-
-Please note that you have to use this package even for UTF-8 encoded sources.
-This is needed for compatibility with non-Unicode fonts and may be worked around
-in the future.
+not work (at all) with the LuaTeX engine. It is used only for compatibility
+with old documents. New documents should be encoded in UTF-8 and use Unicode
+fonts (eg with a recent verion of the fontspec package).
This package automatically calls the old inputenc when running with pdfTeX, and
xetex-inputenc when running XeTeX, so you can safely use it with all your
documents.
-Please see luatextra-reference.pdf for an introduction.
-
This package is developed on <http://github.com/mpg/luainputenc>, see the 'NEWS'
file for version history.
@@ -36,8 +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
--------
@@ -81,6 +73,6 @@ For further details about their license, please see the comments in these files.
The other derived files are
luainputenc.lua
inputenc.sty.diff
-
+
These files are under the CC0 license only.
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf b/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
index 09f0151b6f5..e689f9f12f6 100644
--- a/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/test.tex b/Master/texmf-dist/doc/lualatex/luainputenc/test.tex
new file mode 100644
index 00000000000..beb78725aec
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/test.tex
@@ -0,0 +1,32 @@
+%%
+%% This is file `test.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% luainputenc.dtx (with options: `test')
+%% This is a generated file.
+%%
+%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
+%%
+%% This work is under the CC0 license. As an exception, the files
+%% luainputenc.sty, lutf8.def and lutf8x.def have more restrictions.
+%% See these file for more details.
+%%
+%% People who helped on this package:
+%% Javier Bezos
+%% Will Robertson
+%% Hans Hagen
+%% Heiko Oberdiek
+%% Javier Mugica
+%%
+%% This work consists of the main source file luainputenc.dtx
+%% and the derived files
+%% luainputenc.sty, luainputenc.lua, lutf8.def, lutf8x.def,
+%% and luainputenc.pdf
+%%
+\RequirePackage{luainputenc}
+\stop
+\endinput
+%%
+%% End of file `test.tex'.