diff options
author | Norbert Preining <preining@logic.at> | 2017-04-01 02:01:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-04-01 02:01:47 +0000 |
commit | 74864b33d4904033fe9ca870b546c21d0a969650 (patch) | |
tree | b1a749cb5aa4d89cbaf95faedfb317942d574210 | |
parent | 2b40df8456b26648196513751bd8dce3ecb4fcc4 (diff) |
fix tlpsrc file for new German hyphenation loader
git-svn-id: svn://tug.org/texlive/trunk@43666 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc index 360fdf200e1..0769754acaa 100644 --- a/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc +++ b/Master/tlpkg/tlpsrc/dehyph-exptl.tlpsrc @@ -1,12 +1,12 @@ depend hyphen-base depend hyph-utf8 execute AddHyphen \ - name=german-x-2014-05-21 synonyms=german-x-latest \ + name=german-x-2017-03-31 synonyms=german-x-latest \ lefthyphenmin=2 righthyphenmin=2 \ - file=dehypht-x-2014-05-21.tex \ + file=dehypht-x-2017-03-31.tex \ file_patterns=hyph-de-1901.pat.txt file_exceptions=hyph-de-1901.hyp.txt execute AddHyphen \ - name=ngerman-x-2014-05-21 synonyms=ngerman-x-latest \ + name=ngerman-x-2017-03-31 synonyms=ngerman-x-latest \ lefthyphenmin=2 righthyphenmin=2 \ - file=dehyphn-x-2014-05-21.tex \ + file=dehyphn-x-2017-03-31.tex \ file_patterns=hyph-de-1996.pat.txt file_exceptions=hyph-de-1996.hyp.txt |