1%% czhyph.tex, Petr Olsak, Oct 2002 2% the main goal of this file is to \input czhyphen.tex (from CSTeX). 3% Suppose that the czhyph.tex file is used only by babelised formats 4% (babelised plain and babelised LaTeX). 5% WARNING: Don't use the czhyph.tex file from csplain or cslatex 6% (these formats use the czhyphen.tex file from CSTeX directly). 7 8\ifx\addlanguage\undefined 9 \errmessage{This file can be used only in babelised formats!} 10\fi 11 12% We can do some local settings (from file t1code.tex) because we are 13% in \begingroup ... \endgroup generated by Babel 14 15% The following trick makes possibility to \input t1codes without errors: 16 17\let\czech=\hsize \let\slovak=\hsize 18\let\toneczech=\hsize \let\toneslovak=\hsize 19 20% The following trick removes the message "Loading CZ hyphen..." 21% from \everyjob: 22 23\let\global=\relax 24 25% Now, the main work: 26 27\input t1code.tex \csaccents \input czhyphen.tex \relax 28 29%%% Local Variables: 30%%% mode: plain-tex 31%%% TeX-master: t 32%%% End: 33