diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-08 22:18:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-08 22:18:27 +0000 |
commit | 8db11dbc0ec9524740cbc0dcd364cdac41f9b99d (patch) | |
tree | c191d8ec2cdb2f8e7f720857121410ed16a4b285 /Master/texmf-dist | |
parent | 1026bf8cf7773dad92367f2ad81598536dd6d3da (diff) |
csplain (8may15)
git-svn-id: svn://tug.org/texlive/trunk@37280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/csplain/opmac/opmac.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac.tex b/Master/texmf-dist/tex/csplain/opmac/opmac.tex index 6b53f3e57ac..9894fe70c73 100644 --- a/Master/texmf-dist/tex/csplain/opmac/opmac.tex +++ b/Master/texmf-dist/tex/csplain/opmac/opmac.tex @@ -1,6 +1,6 @@ % OPmac -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Petr Olsak, 2012, 2013, 2014 +%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Petr Olsak, 2012 -- 2015 %% The history of versions is at the end of this file, after \endpinput @@ -131,7 +131,7 @@ \ifx\regfont\undefined \ifx\uselanguage\undefined % if this is etex.src, the following warning is suppressed - \opwarning{csplain version <Nov. 2012> or later is recommended} + \opwarning{No multilanguage support (csplain is recommended)} \fi % macros from csplain, file csfontsm.tex: \font\tenbi=csbxti10 \def\bi{\tenbi} @@ -874,13 +874,13 @@ \def\setcmykcolor#1{} \def\pdfliteral#1{} \fi -\def\draft{\edef\tmp{\headline={\noexpand\draftbox{\tenbf DRAFT}\the\headline}}\tmp} +\def\draft{\def\prepghook{\draftbox{\tenbf DRAFT}\nointerlineskip}} \def\draftbox#1{\vbox to0pt{\setbox0=\hbox{\typosize[10/]#1}% \kern.5\vsize \kern4\wd0 \hbox to0pt{\kern.5\hsize \kern-2.5\wd0 \pdfsave \pdfrotate{55}\pdfscale{10}{10}% \hbox to0pt{\localcolor\LightGrey \box0\hss}% \pdfrestore -\hss}\vss}\hss} + \hss}\vss}} \ifpdftex\else \def\draft{\opwarning{\string\draft: Grey color is possible in pdfTeX only}} @@ -1731,7 +1731,7 @@ Apr. 2015 \wtotoc, \Xtoc, \tocilabel, \pgilabel introduced. \fnotetext: \fnotehook inserted (bug fixing) May 2015 \itemhook introduced \REFversion introduced - \prepghook introduced + \prepghook introduced, \draft redefined using \prepghook \mnote, \fnote redeclared as \long %%%%%%%%%%%%%% End of opmac.tex |