summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/hyph-utf8/README
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 15:50:57 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 15:50:57 +0000
commit849ad15fa7b09c94a88c27b9f7a55fa0b0c013a0 (patch)
tree6b53bf44e3f862fedae36c2fdfea82ddd9e2e17d /Master/texmf-dist/doc/luatex/hyph-utf8/README
parent8a9edecef26828e68c41036f7a7ab6cc0e0a042d (diff)
hyph-utf8, part 1
git-svn-id: svn://tug.org/texlive/trunk@18601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/hyph-utf8/README')
-rw-r--r--Master/texmf-dist/doc/luatex/hyph-utf8/README59
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/hyph-utf8/README b/Master/texmf-dist/doc/luatex/hyph-utf8/README
new file mode 100644
index 00000000000..0ef0959f81c
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/hyph-utf8/README
@@ -0,0 +1,59 @@
+ The luatex hyphenation package.
+
+This package aims at replacing the standard hyphen.cfg for LuaTeX. The main
+difference is that the patterns are loaded at runtime and not in the format.
+This leads to much shorter format loading time, with no loss as the
+patterns are not really loaded in the format, just copied and then loaded
+at runtime.
+
+This package is developped on <http://github.com/eroux/luatex-hyphen>.
+
+Installation
+------------
+
+Here are the recommended installation methods (preferred first).
+
+1. If you are using TeX Live 2010 or later, the files are already installed.
+
+2. a. Grab luatex-hyphen.tds.zip on the CTAN.
+ b. Unzip it at the root of one or your TDS trees.
+ c. Update some filename database after, and regenerate the formats for
+ LuaTeX. 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.
+
+4. Try to figure it out by looking at the Makefile and comments in the sources.
+
+Manifest
+--------
+
+Source files:
+ luatex-hyphen.dtx single file source & doc
+
+Derived files:
+ luatex-hyphen.pdf documentation
+ hyphen.cfg pattern loading file
+ luatex-hyphen.lua lua code used by the package
+
+
+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 luatex-hyphen.dtx contains code with the lppl restriction as well as the
+derived files
+ hyphen.cfg
+ luatex-hyphen.pdf