blob: 48abec34425917390c6ce688b38ce8627ed90a51 (
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=hyph-el-monoton.hyp.txt
execute AddHyphen \
name=greek synonyms=polygreek \
lefthyphenmin=1 \
righthyphenmin=1 \
file=loadhyph-el-polyton.tex \
file_patterns=hyph-el-polyton.pat.txt \
file_exceptions=hyph-el-polyton.hyp.txt
runpattern f texmf/tex/generic/hyphen/grmhyph5.tex
runpattern f texmf/tex/generic/hyphen/grphyph5.tex
docpattern d texmf/doc/generic/elhyphen
|