blob: a8aa2b7797e246091757f535cafdf92e6223f473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
category TLCore
depend hyphen-base
depend hyph-utf8
execute AddHyphen \
name=ancientgreek \
lefthyphenmin=1 \
righthyphenmin=1 \
file=loadhyph-grc.tex \
file_patterns=hyph-grc.pat.txt \
file_exceptions=
execute AddHyphen \
name=ibycus \
lefthyphenmin=2 \
righthyphenmin=2 \
file=ibyhyph.tex \
luaspecial="disabled:8-bit only"
runpattern f texmf/tex/generic/hyphen/grahyph5.tex
runpattern f texmf/tex/generic/hyphen/ibyhyph.tex
|