blob: 22eaca0cad0cfdd219e2ec7af3bd9600dcb26be2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
category TLCore
depend hyphen-base
depend hyph-utf8
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/tex/generic/hyphen/grmhyph5.tex
runpattern f texmf/tex/generic/hyphen/grphyph5.tex
docpattern d texmf/doc/generic/elhyphen
|