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