blob: e88478c35f9102b956bfe3646864c8706a03c189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
depend hyphen-base
depend hyph-utf8
execute AddHyphen \
name=german-x-2018-03-31 synonyms=german-x-latest \
lefthyphenmin=2 righthyphenmin=2 \
file=dehypht-x-2018-03-31.tex \
file_patterns=hyph-de-1901.pat.txt file_exceptions=hyph-de-1901.hyp.txt
execute AddHyphen \
name=ngerman-x-2018-03-31 synonyms=ngerman-x-latest \
lefthyphenmin=2 righthyphenmin=2 \
file=dehyphn-x-2018-03-31.tex \
file_patterns=hyph-de-1996.pat.txt file_exceptions=hyph-de-1996.hyp.txt
|