summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/hyphen-english.tlpsrc
blob: b13069b1530ad34391bcbaece4e46a2c031922e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc English hyphenation patterns.
longdesc Additional hyphenation patterns for American and British
longdesc English in ASCII encoding.  The American English patterns
longdesc (usenglishmax) greatly extend the standard patterns from Knuth
longdesc to find many additional hyphenation points.  British English
longdesc hyphenation is completely different from US English, so has its
longdesc own set of patterns.
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
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt