diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-11 00:32:38 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-11 00:32:38 +0000 |
commit | b439631e2c3a99a345993513013a2ace563bdd3b (patch) | |
tree | 876f2f14d92e8ca45d1f3b288a911870c406261f /Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc | |
parent | 95f2ee5a2b2d9c18b748c222ea64eacb33f2e959 (diff) |
An attempt to import the latest version of hyph-utf8 (#558)
LuaTeX:
* add support for loading multiple pattern files in LuaTeX
TeX Live:
* remove copthyph.tex from texmf: it is now part of hyph-utf8
* update language.ptx and language.def for pTeX
* update some descriptions in tlpsrc files (not finished)
* change lefthyphenmin from 2 to 1 for Afrikaans (not sure when it was set to 2)
hyph-utf8:
* load patterns for Latin and Cyrillic scripts for Serbian simultaneously
* new version of German hyphenation patterns
* support both U+0027 and U+2019 as apostrophe in Unicode engines
git-svn-id: svn://tug.org/texlive/trunk@22909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc index f9b0f856485..bc3f04c9dfa 100644 --- a/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc @@ -1,9 +1,14 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Afrikaans hyphenation patterns +longdesc Hyphenation patterns for Afrikaans language in T1/EC and UTF-8 encoding. +longdesc (OpenOffice includes older patterns created by a different author, +longdesc but the patterns packaged with TeX are considered superior in quality.) +longdesc Word list used to generate patterns with opatgen might be released in future. execute AddHyphen \ name=afrikaans \ - lefthyphenmin=2 \ + lefthyphenmin=1 \ righthyphenmin=2 \ file=loadhyph-af.tex \ file_patterns=hyph-af.pat.txt \ |