From bafb328203deff338e0b786a80dc845208cb3392 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Thu, 11 Feb 2021 11:08:03 +0000 Subject: [CWEB] Fix missing spaces in CTWILL macros. git-svn-id: svn://tug.org/texlive/trunk@57710 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex b/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex index 7d81ad2795a..346b24095d9 100644 --- a/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex +++ b/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex @@ -1,11 +1,11 @@ % standard macros for CWEB listings (in addition to plain.tex) -% Version 3.7 --- June 2020 +% Version 4.0 --- February 2021 % modified for pages produced by CTWILL % further modified for page size of the MMIXware book % modified for PDF output with 'tex "\let\pdf+', 'pdftex', and 'xetex' % This file is not copyrighted and can be used freely. \ifx\renewenvironment\undefined\else\endinput\fi % LaTeX will use other macros -\xdef\fmtversion{\fmtversion+CTWILL3.7+LNCS+PDF} +\xdef\fmtversion{\fmtversion+CTWILL4.0+LNCS+PDF} \newif\ifpdf \ifx\pdf+\pdftrue\fi @@ -17,7 +17,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 -- cgit v1.2.3