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 a2d0a7d1a01..fa60ecc3a8f 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 2016}
+\def\OPmacversion{Jun 2016}
\immediate\write16{This is OPmac (Olsak's Plain macros), version <\OPmacversion>}
%%%%%%%%%%%%%% Basic macros, sec. 3.1 in opmac-d.pdf
@@ -213,9 +213,9 @@
\withoutunit\setbaselineskip\tmpdim
\fi\fi
}
-\def\thefontsize[#1]{%
+\def\thefontsize[#1]{\fontdim=#1\ptunit
\expandafter\let \expandafter\thefont \the\font
- \def\sizespec{at#1\ptunit}\def\dgsize{#1\ptunit}\resizefont\thefont
+ \edef\sizespec{at#1\ptunit}\def\dgsize{#1\ptunit}\resizefont\thefont
\thefont \let\dgsize=\undefined \ignorespaces
}
\def\thefontscale[#1]{%
@@ -1765,5 +1765,6 @@ 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.
%%%%%%%%%%%%%% End of opmac.tex