blob: f1fb91d075596970f9101b34f44e299f37f05244 (
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=hyph-en-gb.hyp.txt
execute AddHyphen \
name=usenglishmax \
lefthyphenmin=2 \
righthyphenmin=3 \
file=loadhyph-en-us.tex \
file_patterns=hyph-en-us.pat.txt \
file_exceptions=hyph-en-us.hyp.txt
|