blob: b50953ea135ebaae8b66bc512058a7af637d4c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
category TLCore
depend hyphen-base
depend hyph-utf8
execute AddHyphen \
name=ukenglish synonyms=british,UKenglish \
lefthyphenmin=2 \
righthyphenmin=3 \
file=loadhyph-en-gb.tex \
file_patterns=hyph-en-gb.pat.txt \
file_exceptions=
execute AddHyphen \
name=usenglishmax \
lefthyphenmin=2 \
righthyphenmin=3 \
file=loadhyph-en-us.tex \
file_patterns=hyph-en-us.pat.txt \
file_exceptions=
|