diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/msg/msg.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/msg/msg.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/msg/msg.sty b/Master/texmf-dist/tex/latex/msg/msg.sty index 21f1f003caf..352e4dcc6bc 100644 --- a/Master/texmf-dist/tex/latex/msg/msg.sty +++ b/Master/texmf-dist/tex/latex/msg/msg.sty @@ -13,11 +13,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 @@ -32,6 +32,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% + }% \ifx\issuemsgio\undefined\let\issuemsgio\typeout\fi% \def\@msg@tempa{dummy}% \def\@msg@tempb{nohyphenation}% |