blob: 3cc4c0ce774cb91e175e175d934677ac8b324986 (
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
28
29
30
31
32
33
34
35
36
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Serbian hyphenation patterns.
longdesc Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8 encodings.
longdesc For 8-bit engines the patterns are available separately as 'serbian'
longdesc in T1/EC encoding for Latin script and 'serbianc' in T2A encoding for
longdesc Cyrillic script. Unicode engines should only use 'serbian'
longdesc which has patterns in both scripts combined.
execute AddHyphen \
name=serbian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-latn.tex \
file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \
file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt
execute AddHyphen \
name=serbianc \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sr-cyrl.tex \
file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \
file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt
|