%
% HYPHEN.TWO	Load US-English and German hyphenation patterns
%		with \language numbers according to `german.sty'.
%
% last change: 7.10.1994 as
%
\ifx\undefined\inputlineno \else
  \ifnum\inputlineno=-1 \else
%
% Hyphenation, miscellaneous macros, and initial values for standard layout
%
\chardef\USenglish=0
\chardef\german=1
\chardef\austrian=2
\chardef\french=3
\chardef\english=4
\chardef\greek=5
%
\immediate\write16{Loading US-English hyphenation patterns.}
\language=\USenglish
\lefthyphenmin=2 \righthyphenmin=3 % disallow x- or -xx breaks
\input ushyph1.tex
%
% include german hyphens for language = german
%
\immediate\write16{Loading German hyphenation patterns.}
\language=\german
\input ghyph31.max
%
% set the default language
\language=\german

\endinput \fi\fi % The 2 \fi and \endinput have to be at the same line !
%
% For TeX Version <= 3.0, you should specify the hyphen patterns
% directly.
%
\immediate\write16{This is an older TeX Version 2.xx, use hyphen.one}
\end

% --- end
