texlive[54699] Master/texmf-dist/tex/csplain/opmac/opmac.tex: csplain

commits+karl at tug.org commits+karl at tug.org
Sun Apr 12 23:29:46 CEST 2020


Revision: 54699
          http://tug.org/svn/texlive?view=revision&revision=54699
Author:   karl
Date:     2020-04-12 23:29:46 +0200 (Sun, 12 Apr 2020)
Log Message:
-----------
csplain (12apr20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/csplain/opmac/opmac.tex

Modified: trunk/Master/texmf-dist/tex/csplain/opmac/opmac.tex
===================================================================
--- trunk/Master/texmf-dist/tex/csplain/opmac/opmac.tex	2020-04-12 21:29:31 UTC (rev 54698)
+++ trunk/Master/texmf-dist/tex/csplain/opmac/opmac.tex	2020-04-12 21:29:46 UTC (rev 54699)
@@ -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{Jul. 2019}  
+\def\OPmacversion{Apr. 2020}  
 \immediate\write16{This is OPmac (Olsak's Plain macros), version <\OPmacversion>}
 
 %%%%%%%%%%%%%% Basic macros, sec. 3.1 in opmac-d.pdf
@@ -1232,7 +1232,7 @@
 \def\mspan{\omit \tabdata={\tabstrut}\let\tmpa=\relax \afterassignment\mspanA \mscount=}
 \def\mspanA[#1]#2{\loop \ifnum\mscount>1 \csname span\endcsname \omit \advance\mscount -1 \repeat
    \colnum=0 \def\tmpa{}\tabdata={}\scantabdata#1\relax
-   \setbox0=\vbox{\halign\expandafter{\the\tabdata\cr#2\crcr}\global\setbox8=\lastbox}%
+   \setbox0=\vbox{\halign\expandafter{\the\tabdata\cr#2\cr}\global\setbox8=\lastbox}%
    \setbox0=\hbox{\unhbox8 \unskip \global\setbox8=\lastbox}%
    \unhbox8 \ignorespaces}
 
@@ -1337,7 +1337,7 @@
 \newdimen\mnoteskip   \mnoteskip=0pt
 
 \long\def\mnote#1{\ifvmode \hbox{\vbox to\ht\strutbox{}\mnoteA{#1}}\nobreak\vskip-\baselineskip
-   \else \strut\vadjust{\kern-\dp\strutbox \mnoteA{#1}\kern\dp\strutbox}%
+   \else \lower\dp\strutbox\hbox{}\vadjust{\kern-\dp\strutbox \mnoteA{#1}\kern\dp\strutbox}%
    \fi
 }
 \long\def\mnoteA#1{\global\advance \mnotenum by1
@@ -1861,6 +1861,8 @@
 Jun. 2019  \mspan improved.
 Jul. 2019  \fnoteG introduced, \fnotemark bug fixed (if \runningfnotes).
            \colorstackcnt=0 used, \setrgbcolor, \formatcmyk, \formatrgb introduced.
+Apr. 2020  \mnote: \strut -> \lower\dp\strutbox\hbox{}
+           \mspan: \cr#2\crcr -> \cr#2\cr (empty text must be formated too)
 
 %%%%%%%%%%%%%% End of opmac.tex
 



More information about the tex-live-commits mailing list.