diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-25 18:56:39 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-25 18:56:39 +0000 |
commit | 58342756aaacf772b318029dbd15cdb90dd88d1d (patch) | |
tree | b9ea158dd0d57b709281061840bd7df5de73bf74 /Master/texmf-dist/source/latex/msg/msg.dtx | |
parent | e99754332735dd885d2fd4714f2e8c37576ab1ca (diff) |
update msg.
git-svn-id: svn://tug.org/texlive/trunk@2528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/msg/msg.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/msg/msg.dtx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/msg/msg.dtx b/Master/texmf-dist/source/latex/msg/msg.dtx index 7843e8b4f40..debdf897eab 100644 --- a/Master/texmf-dist/source/latex/msg/msg.dtx +++ b/Master/texmf-dist/source/latex/msg/msg.dtx @@ -153,6 +153,8 @@ % will be |\typeout| if not already initiated. Force the \texttt{inputenc} % package to be loaded, if not already done and even from a Babel option % since it could issue messages via our \msgname\ package. +% Check also if the english ``msg'' file \texttt{msg-msg.tex} is not installed +% to detect the original bug of TeXLive 2005 and then stop typesetting. % \fi % % \begin{macrocode} @@ -160,11 +162,11 @@ \iffalse checksum part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% checksum = "21854 1564 6785 65053" +%% checksum = "32817 1583 6882 65979" %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi -\def\fileversion{V0.40}\def\filedate{2006/10/03}% +\def\fileversion{V0.50}\def\filedate{2006/11/09}% \ifx\issuemsg\undefined\else\expandafter\endinput\fi% \ifnum\catcode`\@=11\else\expandafter\catcode`\@=11\fi% \ifx\kbencoding\undefined% If we don't have any keyboard reencoding @@ -179,6 +181,9 @@ \fi% \let\@previeg\empty% We have no encoding at this time. \fi% +\IfFileExists{msg-msg.tex}{}{% + \message{msg: ERROR, file msg-msg.tex is missing}\stop% + }% % \end{macrocode} % \begin{macro}{\issuemsgio} % \begin{macrocode} |