%% 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