blob: 2ad41640800b495e3177831d634eef9fd108cbb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
category TLCore
depend hyphen-base
depend hyph-utf8
depend ukrhyph
shortdesc Ukrainian hyphenation patterns.
longdesc Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings.
longdesc For 8-bit engines, the 'ukrhyph' package provides a number of
longdesc different pattern sets, as well as different (8-bit) encodings, that
longdesc can be chosen at format-generation time. The UTF-8 version only
longdesc provides the default pattern set. A mechanism similar to the one used
longdesc for 8-bit patterns may be implemented in the future.
execute AddHyphen \
name=ukrainian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-uk.tex \
file_patterns=hyph-uk.pat.txt \
file_exceptions=
|