diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-18 23:14:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-18 23:14:48 +0000 |
commit | 85fc59cf08a807c229b696a5caf12c98fb5af1dd (patch) | |
tree | 2946509af3b3ca2415c2d85ea72bcafca5ffd5c1 /Master/texmf-dist/tex/csplain/opmac | |
parent | c5edd50aeb2c7508b5f1f856bdaa012239e86476 (diff) |
csplain (10jun14)
git-svn-id: svn://tug.org/texlive/trunk@34304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/opmac')
-rw-r--r-- | Master/texmf-dist/tex/csplain/opmac/opmac.tex | 7 |
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 |