summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2011-06-11 00:32:38 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2011-06-11 00:32:38 +0000
commitb439631e2c3a99a345993513013a2ace563bdd3b (patch)
tree876f2f14d92e8ca45d1f3b288a911870c406261f /Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc
parent95f2ee5a2b2d9c18b748c222ea64eacb33f2e959 (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-serbian.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc
index 787c2c40166..3b92e2b702b 100644
--- a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc
+++ b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc
@@ -1,20 +1,24 @@
category TLCore
depend hyphen-base
depend hyph-utf8
+shortdesc Serbian hyphenation patterns
+longdesc Hyphenation patterns for Serbian language in UTF-8 and 8-bit variant.
+longdesc For 8-bit TeX the patterns are available separately as 'serbian' in
+longdesc T1/EC encoding for Latin script and 'serbianc' in T2A encoding for
+longdesc Cyrillic script. UTF-8 engines should only use 'serbian'
+longdesc which has patterns in both scripts combined.
execute AddHyphen \
name=serbian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-latn.tex \
- file_patterns=hyph-sr-latn.pat.txt \
- file_exceptions=hyph-sr-latn.hyp.txt
+ file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \
+ file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt
execute AddHyphen \
name=serbianc \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-cyrl.tex \
- file_patterns=hyph-sr-cyrl.pat.txt \
- file_exceptions=hyph-sr-cyrl.hyp.txt
+ file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \
+ file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt
-# TODO: for XeTeX and LuaTeX Latin and Cyrillic patterns will be merged,
-# but we still need separate patterns for pdfTeX