diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-11 22:54:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-11 22:54:43 +0000 |
commit | a6f00b44ab005ecc88d13a30e708256154f30664 (patch) | |
tree | 9468ae30e2180a879121186f81ac7abdeeb6a3d2 /Master/texmf-dist/tex/plain | |
parent | fcf03a2973004ba816be26780ea00d9b790948fc (diff) |
pwebmac (11feb21)
git-svn-id: svn://tug.org/texlive/trunk@57715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-rw-r--r-- | Master/texmf-dist/tex/plain/pwebmac/pwebmac.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/plain/pwebmac/pwebmac.tex b/Master/texmf-dist/tex/plain/pwebmac/pwebmac.tex index 39907b48c53..7f9972d21c5 100644 --- a/Master/texmf-dist/tex/plain/pwebmac/pwebmac.tex +++ b/Master/texmf-dist/tex/plain/pwebmac/pwebmac.tex @@ -4,7 +4,7 @@ % macro integration \`a la CWEB by Andreas Scherer <andreas_tex@freenet.de>. % This file is not copyrighted and can be used freely. \ifx\renewenvironment\undefined\else\endinput\fi % LaTeX will use other macros -\xdef\fmtversion{\fmtversion+WEBMAC4.5} +\xdef\fmtversion{\fmtversion+WEBMAC4.6} \newif\ifpdf \ifx\pdf+\pdftrue\fi % Uncomment the following line if you want PDF goodies to be the default @@ -15,7 +15,7 @@ \ifx\pdfoutput\undefined \pdftexfalse \else\ifnum\pdfoutput=0 \pdftexfalse \else \pdftextrue \pdfoutput=1 \def\Black{\pdfliteral{0 g 0 G}} % use rgb colors for direct PDF output too - \def\PDFlinkcolor{\pdfliteral{\pdflinkcolor rg \pdflinkcolor RG}} + \def\PDFlinkcolor{\pdfliteral{\pdflinkcolor\space rg \pdflinkcolor\space RG}} \fi\fi \newif\ifacro \ifpdf\acrotrue\fi \ifpdftex\acrotrue\fi |