• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1category TLCore
2depend hyphen-base
3depend hyph-utf8
4shortdesc Latin hyphenation patterns.
5longdesc Hyphenation patterns for Latin in T1/EC and UTF-8 encodings,
6longdesc mainly in modern spelling (u when u is needed and v when v is needed),
7longdesc medieval spelling with the ligatures \ae and \oe and the (uncial)
8longdesc lowercase 'v' written as a 'u' is also supported.  Apparently
9longdesc there is no conflict between the patterns of modern Latin and
10longdesc those of medieval Latin.
11longdesc Hyphenation patterns for the Classical Latin in T1/EC and UTF-8
12longdesc encodings. Classical Latin hyphenation patterns are different from
13longdesc those of 'plain' Latin, the latter being more adapted to modern Latin.
14longdesc Hyphenation patterns for the Liturgical Latin in T1/EC and UTF-8
15longdesc encodings.
16execute AddHyphen \
17	name=latin \
18	lefthyphenmin=2 \
19	righthyphenmin=2 \
20	file=loadhyph-la.tex \
21	file_patterns=hyph-la.pat.txt \
22	file_exceptions=
23execute AddHyphen \
24	name=classiclatin \
25	lefthyphenmin=2 \
26	righthyphenmin=2 \
27	file=loadhyph-la-x-classic.tex \
28	file_patterns=hyph-la-x-classic.pat.txt \
29	file_exceptions=
30execute AddHyphen \
31	name=liturgicallatin \
32	lefthyphenmin=2 \
33	righthyphenmin=2 \
34	file=loadhyph-la-x-liturgic.tex \
35	file_patterns=hyph-la-x-liturgic.pat.txt \
36	file_exceptions=
37runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-classic.tex
38runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-liturgic.tex
39runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex
40runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la-x-liturgic.ec.tex
41runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex
42runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/hyph-la-x-classic.ec.tex
43runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex
44runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-liturgic.tex
45runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex
46runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-classic.hyp.txt
47runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-classic.pat.txt
48runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-liturgic.hyp.txt
49runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-liturgic.pat.txt
50runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.hyp.txt
51runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt
52