blob: 2ed15c8ac97722f21d0feb2172078570f3a9328c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Slovenian hyphenation patterns.
longdesc Hyphenation patterns for Slovenian in T1/EC and UTF-8 encodings.
execute AddHyphen \
name=slovenian synonyms=slovene \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-sl.tex \
file_patterns=hyph-sl.pat.txt \
file_exceptions=
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt
|