diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
commit | a9eff7800c1787b0af5f140437003eea9e53cbb3 (patch) | |
tree | 6a6bee46035290fe65d79ff8cae90279eca08759 /Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex | |
parent | 8c3ddaae131e42eb2318cfe675eaff5a184892e1 (diff) |
towards 2010 pretest: enabling restricted write18, PDF 1.5 by default, ptex support files, other new programs, with i386-linux binaries
git-svn-id: svn://tug.org/texlive/trunk@18336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex')
-rw-r--r-- | Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex b/Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex new file mode 100644 index 00000000000..b6745addb1d --- /dev/null +++ b/Master/texmf-dist/tex/ptexgeneric/hyphen/czhyph.tex @@ -0,0 +1,32 @@ +%% czhyph.tex, Petr Olsak, Oct 2002 +% the main goal of this file is to \input czhyphen.tex (from CSTeX). +% Suppose that the czhyph.tex file is used only by babelised formats +% (babelised plain and babelised LaTeX). +% WARNING: Don't use the czhyph.tex file from csplain or cslatex +% (these formats use the czhyphen.tex file from CSTeX directly). + +\ifx\addlanguage\undefined + \errmessage{This file can be used only in babelised formats!} +\fi + +% We can do some local settings (from file t1code.tex) because we are +% in \begingroup ... \endgroup generated by Babel + +% The following trick makes possibility to \input t1codes without errors: + +\let\czech=\hsize \let\slovak=\hsize +\let\toneczech=\hsize \let\toneslovak=\hsize + +% The following trick removes the message "Loading CZ hyphen..." +% from \everyjob: + +\let\global=\relax + +% Now, the main work: + +\input t1code.tex \csaccents \input czhyphen.tex \relax + +%%% Local Variables: +%%% mode: plain-tex +%%% TeX-master: t +%%% End: |