blob: b5e716857dd8754f740e9645bfdddd0423dc3c80 (
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
shortdesc Latin hyphenation patterns.
longdesc Hyphenation patterns for Latin in T1/EC and UTF-8 encodings,
longdesc mainly in modern spelling (u when u is needed and v when v is needed),
longdesc medieval spelling with the ligatures \ae and \oe and the (uncial)
longdesc lowercase 'v' written as a 'u' is also supported. Apparently
longdesc there is no conflict between the patterns of modern Latin and
longdesc those of medieval Latin.
execute AddHyphen \
name=latin \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-la.tex \
file_patterns=hyph-la.pat.txt \
file_exceptions=
|