diff options
-rw-r--r-- | Master/texmf/tex/generic/hyphen/czhyph.tex | 32 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/Master/texmf/tex/generic/hyphen/czhyph.tex b/Master/texmf/tex/generic/hyphen/czhyph.tex deleted file mode 100644 index b6745addb1d..00000000000 --- a/Master/texmf/tex/generic/hyphen/czhyph.tex +++ /dev/null @@ -1,32 +0,0 @@ -%% 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: diff --git a/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc index 00849bbf9d2..d5abf901e17 100644 --- a/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc @@ -1,5 +1,4 @@ name hyphen-czech category TLCore execute AddHyphen name=czech lefthyphenmin=2 righthyphenmin=3 file=loadhyph-cs.tex -runpattern f texmf/tex/generic/hyphen/czhyph.tex runpattern f texmf/tex/generic/hyphen/czhyphen.ex |