blob: 787c2c40166609701e16b7c5704c08466eafb38c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
category TLCore
depend hyphen-base
depend hyph-utf8
execute AddHyphen \
name=serbian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-latn.tex \
file_patterns=hyph-sr-latn.pat.txt \
file_exceptions=hyph-sr-latn.hyp.txt
execute AddHyphen \
name=serbianc \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-cyrl.tex \
file_patterns=hyph-sr-cyrl.pat.txt \
file_exceptions=hyph-sr-cyrl.hyp.txt
# TODO: for XeTeX and LuaTeX Latin and Cyrillic patterns will be merged,
# but we still need separate patterns for pdfTeX
|