summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/opmac/opmac.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/csplain/opmac/opmac.tex')
-rw-r--r--Master/texmf-dist/tex/csplain/opmac/opmac.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac.tex b/Master/texmf-dist/tex/csplain/opmac/opmac.tex
index 53350905185..c40f07fcbb1 100644
--- a/Master/texmf-dist/tex/csplain/opmac/opmac.tex
+++ b/Master/texmf-dist/tex/csplain/opmac/opmac.tex
@@ -5,7 +5,7 @@
%% The history of versions is at the end of this file, after \endpinput
\ifx\OPmacversion\undefined \else \endinput \fi
-\def\OPmacversion{May 2014d}
+\def\OPmacversion{Jun 2014}
\immediate\write16{This is OPmac (Olsak's Plain macros), version <\OPmacversion>}
%%%%%%%%%%%%%% Basic macros, sec. 3.1 in opmac-d.pdf
@@ -239,7 +239,7 @@
\sdef{lan:5}{cs} \sdef{lan:15}{cs} \sdef{lan:115}{cs}
\sdef{lan:6}{sk} \sdef{lan:16}{sk} \sdef{lan:116}{sk}
-\ifx\uselanguage\undefined \else \message{OPmac: eTeX detected}
+\ifx\uselanguage\undefined \else \message{OPmac: eplain detected}
\bgroup
\uselanguage{czech} \sxdef{lan:\the\language}{cs}
\uselanguage{slovak} \sxdef{lan:\the\language}{sk}
@@ -1486,7 +1486,7 @@
\def\readbblfile #1{%
\openin\testin=#1.bbl
\ifeof\testin
- \opwarning{.bbl file doesn't exist. Use the ``bibtex #1'' command}%
+ \opwarning{The `#1.bbl' file doesn't exist. Use `bibtex'..}%
\else
\closein\testin
\bibnum=0
@@ -1729,6 +1729,7 @@ May 2014b \linkactive introduced (bug fixing)
May 2014c \maybebreak introduced
May 2014d \seccfont bug fixed
\tabstrut inserted to each column in the \table
+Jun 2014 \opwarning about missing .bbl file rewritten.
%%%%%%%%%%%%%% End of opmac.tex