From c9a89e07d6211f4e6a77b50712835da154283147 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 4 Nov 2008 00:58:33 +0000 Subject: hyph-utf8 update, includes lithuanian (2nov08) git-svn-id: svn://tug.org/texlive/trunk@11171 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex | 27 ++++++++++++++++++++++ .../tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex | 1 + .../tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex | 1 + 3 files changed, 29 insertions(+) create mode 100644 Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph') diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex new file mode 100644 index 00000000000..7c87d6f299e --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex @@ -0,0 +1,27 @@ +% loadhyph-lt.tex +% +% Autogenerated loader for hyphenation patterns for "lithuanian" +% by source/generic/hyph-utf8/generate-pattern-loaders.rb +% See also http://tug.org/tex-hyphen +% +% Copyright 2008 TeX Users Group. +% You may freely use, modify and/or distribute this file. +% (But consider adapting the scripts if you need modifications.) +% +% Once it turns out that more than a simple definition is needed, +% these lines may be moved to a separate file. +% +\begingroup +% Test whether we received one or two arguments +\def\testengine#1#2!{\def\secondarg{#2}} +% That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character +\testengine Τ!\relax +% Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument +\ifx\secondarg\empty + \message{UTF-8 Lithuanian Hyphenation Patterns} +\else + \message{L7X Lithuanian Hyphenation Patterns} + \input conv-utf8-l7x.tex +\fi +\input hyph-lt.tex +\endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex index 8b1a51b2ac7..a5fe1e4d1e0 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex @@ -20,6 +20,7 @@ \ifx\secondarg\empty \message{UTF-8 Russian Hyphenation Patterns} \input hyph-ru.tex + % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. \input exhyph-ru.tex \else \message{Russian Hyphenation Patterns} diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex index 4925655d982..e8eb8e82b11 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex @@ -21,6 +21,7 @@ \ifx\secondarg\empty \message{UTF-8 Ukrainian Hyphenation Patterns} \input hyph-uk.tex + % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. \input exhyph-uk.tex \else \message{Ukrainian Hyphenation Patterns} -- cgit v1.2.3