diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 20:47:01 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-30 20:47:01 +0000 |
commit | 434c4360869d0211e02291b1921fd51d57189a2b (patch) | |
tree | f6ef13bb0f07f1aa648a7d1528b10c29f860f009 /Master/tlpkg/tlpsrc | |
parent | 816d5073462f746bccd77ccfc1f1e8881013be1d (diff) |
Make experimental german patterns dynamically loadable by hyphen-luatex.
git-svn-id: svn://tug.org/texlive/trunk@18618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc index 82a898992e2..0cc598fe1dc 100644 --- a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc +++ b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc @@ -1,4 +1,10 @@ -execute AddHyphen name=german-x-2009-06-19 file=dehypht-x-2009-06-19.tex \ - synonyms=german-x-latest lefthyphenmin=2 righthyphenmin=2 -execute AddHyphen name=ngerman-x-2009-06-19 file=dehyphn-x-2009-06-19.tex \ - synonyms=ngerman-x-latest lefthyphenmin=2 righthyphenmin=2 +execute AddHyphen \ + name=german-x-2009-06-19 synonyms=german-x-latest \ + lefthyphenmin=2 righthyphenmin=2 \ + file=dehypht-x-2009-06-19.tex \ + file_patterns=hyph-de-1901.pat.txt file_exceptions=hyph-de-1901.hyp.txt +execute AddHyphen \ + name=ngerman-x-2009-06-19 synonyms=ngerman-x-latest \ + lefthyphenmin=2 righthyphenmin=2 \ + file=dehyphn-x-2009-06-19.tex \ + file_patterns=hyph-de-1996.pat.txt file_exceptions=hyph-de-1996.hyp.txt |