summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lhcyr/lhcyrkoi/hyphen.cfg
blob: 3366e0cd48820e2051ae53a6dccaf1deea5f76c0 (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
%% This is hyphen.cfg (for LaTeX 2e 1994/06 rename it to lthyphen.cfg)
%%

\InputIfFileExists{ushyph1.tex}%
   {\message{Loading hyphenation patterns for US english.}%
    \language=0
    \lefthyphenmin=2 \righthyphenmin=3 } % disallow x- or -xx breaks
   {\errhelp{The configuration for hyphenation is incorrectly
             installed.^^J%
             If you don't understand this error message you need
             to seek^^Jexpert advice.}%
    \errmessage{OOPS! I can't find any hyphenation patterns for
                US english.^^J \space Think of getting some or the
                latex2e setup will never succeed}\@@end}

\InputIfFileExists{rhyphen.tex}%
   {\message{Loading hyphenation patterns for Russian.}}%
   {\errhelp{The configuration for hyphenation is incorrectly
             installed.^^J%
             If you don't understand this error message you need
             to seek^^Jexpert advice.}%
    \errmessage{OOPS! I can't find any hyphenation patterns for
                Russian.}\@@end}

\endinput
%%
%% End of file hyphen.cfg