diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-01 16:23:28 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-01 16:23:28 +0000 |
commit | e3d9ed72ddcc85da558aa9b12db9e7de47856501 (patch) | |
tree | 1ad223e635dfbf58af6683ecfe149cecc44e9454 /Master/tlpkg/tlpsrc | |
parent | 15f94f9cfc34bbc7c584c620e3adc38ca6ebbacc (diff) |
add the forgotten Serbian patterns in Cyrillic script
git-svn-id: svn://tug.org/texlive/trunk@22725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc | 9 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc index 226a9a18c04..787c2c40166 100644 --- a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc @@ -8,4 +8,13 @@ execute AddHyphen \ file=loadhyph-sr-latn.tex \ file_patterns=hyph-sr-latn.pat.txt \ file_exceptions=hyph-sr-latn.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 +# TODO: for XeTeX and LuaTeX Latin and Cyrillic patterns will be merged, +# but we still need separate patterns for pdfTeX diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index baf6641b7de..75d536b388f 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -1,5 +1,6 @@ depend tex depend latex +depend hyph-utf8 depend adobemapping # execute AddFormat name=ptex engine=ptex options="ptex.ini" |