diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 16:59:15 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 16:59:15 +0000 |
commit | f897483ba207f150a5377b58ff03c015d5fa5fb0 (patch) | |
tree | 230e99513bc2d609f386d5fafcf9f2370d086371 /Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc | |
parent | f81c4e4f737959663d1e9c288c631a289a9e20ac (diff) |
hyph-utf8 update: tlpsrc files, part 1
git-svn-id: svn://tug.org/texlive/trunk@18614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc index 2b8fa491650..35c3c701f3d 100644 --- a/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc @@ -1,5 +1,17 @@ category TLCore -execute AddHyphen name=ancientgreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-grc.tex -execute AddHyphen name=ibycus lefthyphenmin=2 righthyphenmin=2 file=ibyhyph.tex -runpattern f texmf/tex/generic/hyphen/ibyhyph.tex +depend hyphen-base +execute AddHyphen \ + name=ancientgreek \ + lefthyphenmin=1 \ + righthyphenmin=1 \ + file=loadhyph-grc.tex \ + file_patterns=hyph-grc.pat.txt \ + file_exceptions=hyph-grc.hyp.txt +execute AddHyphen \ + name=ibycus \ + lefthyphenmin=2 \ + righthyphenmin=2 \ + file=ibyhyph.tex + runpattern f texmf/tex/generic/hyphen/grahyph5.tex +runpattern f texmf/tex/generic/hyphen/ibyhyph.tex |