blob: 62806addd1475b014dca8ad8162ab1220842fe90 (
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 Croatian hyphenation patterns.
longdesc Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings.
execute AddHyphen \
name=croatian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-hr.tex \
file_patterns=hyph-hr.pat.txt \
file_exceptions=
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt
|