summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/hyph-utf8
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-27 20:46:33 +0000
committerKarl Berry <karl@freefriends.org>2013-05-27 20:46:33 +0000
commit16b92a961842471d20630e8073a88339eaffa123 (patch)
tree0531840fc16437adc6da811fdb7d8ebe550b11bc /Master/texmf-dist/doc/luatex/hyph-utf8
parent81c16301d465b13d51307af7735318440b8b2014 (diff)
hyph-utf8 (27may13)
git-svn-id: svn://tug.org/texlive/trunk@30725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/hyph-utf8')
-rw-r--r--Master/texmf-dist/doc/luatex/hyph-utf8/README40
-rw-r--r--Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdfbin78960 -> 403230 bytes
2 files changed, 34 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/luatex/hyph-utf8/README b/Master/texmf-dist/doc/luatex/hyph-utf8/README
index bb43e34cbb8..0ef0959f81c 100644
--- a/Master/texmf-dist/doc/luatex/hyph-utf8/README
+++ b/Master/texmf-dist/doc/luatex/hyph-utf8/README
@@ -1,18 +1,30 @@
The luatex hyphenation package.
-This package provides functions to be used for hyphenation pattern loading
-in LuaTeX. The patterns are loaded at runtime and not in the format.
+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://tug.org/svn/texhyphen/trunk/hyph-utf8/>.
+This package is developped on <http://github.com/eroux/luatex-hyphen>.
Installation
------------
-These files are part of the format, so they should be installed in your
-TeX distribution (it is the case in TeXLive since 2010 release).
+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
--------
@@ -22,10 +34,26 @@ Source files:
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.
+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
diff --git a/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf b/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf
index 0e9721d99cf..784dcc68e37 100644
--- a/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf
+++ b/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf
Binary files differ