diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-16 21:43:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-16 21:43:01 +0000 |
commit | 48523b6ca61cfc84ac2bbe578b12fed09cbd70eb (patch) | |
tree | 5b508760f6b855f6a72cbd954cacb19a10a093b4 /Master/texmf-dist/tex/csplain/opmac | |
parent | b397e7b5fd444ad9d68d4fa60b32a0bb7d83e650 (diff) |
csplain (16aug14)
git-svn-id: svn://tug.org/texlive/trunk@34951 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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac.tex b/Master/texmf-dist/tex/csplain/opmac/opmac.tex index 9fcab18f3e0..f4f7281372e 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{Jul. 2014} +\def\OPmacversion{Aug. 2014} \immediate\write16{This is OPmac (Olsak's Plain macros), version <\OPmacversion>} %%%%%%%%%%%%%% Basic macros, sec. 3.1 in opmac-d.pdf @@ -1086,7 +1086,7 @@ \def\begtt{\par\ttskip\bgroup \wipeepar \setverb \adef{ }{ }% \ifx\savedttchar\undefined \else \catcode\savedttchar=12 \fi - \parindent=\ttindent + \parindent=\ttindent \vskip\parskip \parskip=0pt \tthook\relax \ifnum\ttline<0 \else \tenrm \thefontscale[700]\let\sevenrm=\thefont @@ -1215,7 +1215,7 @@ \def\unsskip{\ifdim\lastskip>0pt \unskip\fi} \def\addtabitem#1{\ifnum\colnum>0 \addtabdata{&}\addto\ddlinedata{&\dditem}\fi \advance\colnum by1 \let\tmpa=\relax \expandafter\addtabdata\expandafter{#1\tabstrutA}} -\def\addtabdata#1{\expandafter\tabdata\expandafter{\the\tabdata#1}} +\def\addtabdata#1{\tabdata\expandafter{\the\tabdata#1}} \def\addtabvrule{\ifx\tmpa\vrule \addtabdata{\kern\vvkern}% \ifnum\colnum=0\def\vvleft{\vvitem}\else\addto\ddlinedata{\vvitem}\fi\fi \let\tmpa=\vrule \addtabdata{\vrule}} @@ -1749,5 +1749,7 @@ Jun. 2014b \footline: \the\pageno replaced by \folio Jun. 2014c \pgfolioA, \pgfolioB introduced \Xindexg introduced Jul. 2014 \bgroup -> \begingroup in \adef +Aug. 2014 \parskip=0pt in \begtt ...\endtt + \addtabdata: redundant \expandafter removed %%%%%%%%%%%%%% End of opmac.tex |