home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / inputs / latex / contrib / other / cmcyralt.lha / cmcyralt / hyphen.cfg < prev    next >
Text File  |  1995-02-08  |  1KB  |  28 lines

  1. %% This is hyphen.cfg (for LaTeX 2e 1994/06 rename it to lthyphen.cfg)
  2. %%
  3.  
  4. \InputIfFileExists{hyphen.tex}%
  5.    {\message{Loading hyphenation patterns for US english.}%
  6.     \language=0
  7.     \lefthyphenmin=2 \righthyphenmin=3 } % disallow x- or -xx breaks
  8.    {\errhelp{The configuration for hyphenation is incorrectly
  9.              installed.^^J%
  10.              If you don't understand this error message you need
  11.              to seek^^Jexpert advice.}%
  12.     \errmessage{OOPS! I can't find any hyphenation patterns for
  13.                 US english.^^J \space Think of getting some or the
  14.                 latex2e setup will never succeed}\@@end}
  15.  
  16. \InputIfFileExists{rhyphen.tex}%
  17.    {\message{Loading hyphenation patterns for Russian.}}%
  18.    {\errhelp{The configuration for hyphenation is incorrectly
  19.              installed.^^J%
  20.              If you don't understand this error message you need
  21.              to seek^^Jexpert advice.}%
  22.     \errmessage{OOPS! I can't find any hyphenation patterns for
  23.                 Russian.}\@@end}
  24.  
  25. \endinput
  26. %%
  27. %% End of file hyphen.cfg
  28.