blob: 481a7a049737b9cb08c68873b31222c2437cb8c1 (
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 ruhyphen
shortdesc Russian hyphenation patterns.
longdesc Hyphenation patterns for Russian in T2A and UTF-8 encodings.
longdesc For 8-bit engines, the 'ruhyphen' 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=russian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-ru.tex \
file_patterns=hyph-ru.pat.txt \
file_exceptions=hyph-ru.hyp.txt
|