diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-05 22:10:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-05 22:10:49 +0000 |
commit | e212a167f96fbe7dd8720dfa79118f15c4997cc4 (patch) | |
tree | f3fbf37b27752169b5f036e98d6b734483538727 /Master/texmf-dist | |
parent | 4f8b3e4ed4705d02b41abf5a895611ea067f1802 (diff) |
csplain (5mar18)
git-svn-id: svn://tug.org/texlive/trunk@46846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/csplain/opmac/opmac.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac.tex b/Master/texmf-dist/tex/csplain/opmac/opmac.tex index 08a82f01687..49191da0e09 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{Jun. 2017} +\def\OPmacversion{Mar. 2018} \immediate\write16{This is OPmac (Olsak's Plain macros), version <\OPmacversion>} %%%%%%%%%%%%%% Basic macros, sec. 3.1 in opmac-d.pdf @@ -1239,7 +1239,7 @@ \long\def\frame#1{% \hbox{\vrule\vtop{\vbox{\hrule\kern\vvkern - \hbox{\kern\hhkern#1\kern\hhkern}% + \hbox{\kern\hhkern\relax#1\kern\hhkern}% }\kern\vvkern\hrule}\vrule}} %%%%%%%%%%%%%% \inspic -- sec. 3.20 in opmac-d.pdf @@ -1805,12 +1805,13 @@ Apr. 2016 \frame: redundant group removed May 2016 \replacestrings improved \bfshape: \everymath={\boldmath} instead \boldmath directly \tskip corrected -Jun. 2016 \thefontsize: \fontdim=#1\ptunit added. +Jun 2016 \thefontsize: \fontdim=#1\ptunit added. \pdfhvorigin unknown in XeTeX, bug fixed -Jun. 2017 \begingroup...\endgroup trick introduced in \isinlist +Jun 2017 \begingroup...\endgroup trick introduced in \isinlist \table: repeating and p declarator added, \colnum=0 in table corrected (cor cases table in table) \mspan added \fnotetext: \everypar={} added (bug correction) +Mar. 2018 \frame: \relax after \kern\hhkern added (bug correction) %%%%%%%%%%%%%% End of opmac.tex |