diff options
author | Norbert Preining <preining@logic.at> | 2008-06-24 20:26:26 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-24 20:26:26 +0000 |
commit | 5a14def558bf6a8027e66f0064cf374cc12c25fc (patch) | |
tree | 5906745c9b2c62461aefda4394b9c0579afa59dc /Master/texmf/tex/generic/hyphen | |
parent | 60c6db5a7deaf0daca408bc627f02f595bc14722 (diff) |
remove slovak pattern and tlpsrc line
git-svn-id: svn://tug.org/texlive/trunk@9016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex/generic/hyphen')
-rw-r--r-- | Master/texmf/tex/generic/hyphen/skhyph.tex | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Master/texmf/tex/generic/hyphen/skhyph.tex b/Master/texmf/tex/generic/hyphen/skhyph.tex deleted file mode 100644 index 69015149fb2..00000000000 --- a/Master/texmf/tex/generic/hyphen/skhyph.tex +++ /dev/null @@ -1,32 +0,0 @@ -%% skhyph.tex, Petr Olsak, Oct 2002 -% the main goal of this file is to \input skhyphen.tex (from CSTeX). -% Suppose that the skhyph.tex file is used only by babelised formats -% (babelised plain and babelised LaTeX). -% WARNING: Don't use the skhyph.tex file from csplain or cslatex -% (these formats use the skhyphen.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 skhyphen.tex \relax - -%%% Local Variables: -%%% mode: plain-tex -%%% TeX-master: t -%%% End: |