summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luainputenc/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/luatex/latex/luainputenc/README
Initial commit
Diffstat (limited to 'macros/luatex/latex/luainputenc/README')
-rw-r--r--macros/luatex/latex/luainputenc/README78
1 files changed, 78 insertions, 0 deletions
diff --git a/macros/luatex/latex/luainputenc/README b/macros/luatex/latex/luainputenc/README
new file mode 100644
index 0000000000..90f2439640
--- /dev/null
+++ b/macros/luatex/latex/luainputenc/README
@@ -0,0 +1,78 @@
+ The luainputenc LaTeX2e package
+
+
+luainputenc is an adaptation of inputenc for LuaTeX, as the old inputenc does
+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.
+
+This package is developed on <http://github.com/mpg/luainputenc>, see the 'NEWS'
+file for version history.
+
+Installation
+------------
+
+Here are the recommended installation methods (preferred first).
+
+1. If you are using TeX Live 2008 or later, use 'tlmgr install luainputenc'.
+Alternatively, try your (TeX or Linux) distribution's package management system.
+
+2. a. Grab luainputenc.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, 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.
+
+
+Manifest
+--------
+
+Source files:
+ luainputenc.dtx the single file source & doc
+
+Derived files:
+ luainputenc.pdf the documentation
+ luainputenc.sty the LaTeX package
+ luainputenc.lua the lua functions for encoding translation
+ lutf8.def replacement for utf8.def
+ lutf8x.def idem, with new functionalities for Unicode fonts
+ inputenc.sty.diff: patch for inputenc.sty to load luainputenc
+ automatically if running LuaTeX
+
+License
+-------
+
+This work is under the CC0 license, with an additional restriction:
+the article 6 of the LaTeX Project Public License (lppl), that applies to code
+that has been taken from LaTeX files.
+
+You can find the text of the lppl at
+
+The lppl can be found at http://www.latex-project.org/lppl.txt
+
+You can find the CC0 full text at
+
+http://creativecommons.org/publicdomain/zero/1.0/legalcode
+
+The file luainputenc.dtx contains code with the lppl restriction as well as the
+derived files
+ luainputenc.sty
+ luainputenc.pdf
+ lutf8.def
+ lutf8x.def
+
+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.
+