summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cmcyralt/hyphen.cfg
blob: 95298c0c4d0f49dbdc06f0ceae1f0185a347bf71 (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{hyphen.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