blob: 3a8183d55d0b7fecb83e022e152e767f7cb8df34 (
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
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Modern Greek hyphenation patterns.
longdesc Hyphenation patterns for Modern Greek in monotonic and polytonic
longdesc spelling in LGR and UTF-8 encodings. Patterns in UTF-8 use two code
longdesc positions for each of the vowels with acute accent (a.k.a tonos,
longdesc oxia), e.g., U+03AC, U+1F71 for alpha.
execute AddHyphen \
name=monogreek \
lefthyphenmin=1 \
righthyphenmin=1 \
file=loadhyph-el-monoton.tex \
file_patterns=hyph-el-monoton.pat.txt \
file_exceptions=
execute AddHyphen \
name=greek synonyms=polygreek \
lefthyphenmin=1 \
righthyphenmin=1 \
file=loadhyph-el-polyton.tex \
file_patterns=hyph-el-polyton.pat.txt \
file_exceptions=
runpattern f texmf-dist/tex/generic/hyphen/grmhyph5.tex
runpattern f texmf-dist/tex/generic/hyphen/grphyph5.tex
docpattern d texmf-dist/doc/generic/elhyphen
|