diff options
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 |