texlive[57709] Build/source/texk/web2c/cwebdir: [CWEB] Fix color
commits+ascherer at tug.org
commits+ascherer at tug.org
Thu Feb 11 11:59:58 CET 2021
Revision: 57709
http://tug.org/svn/texlive?view=revision&revision=57709
Author: ascherer
Date: 2021-02-11 11:59:58 +0100 (Thu, 11 Feb 2021)
Log Message:
-----------
[CWEB] Fix color setter in CTWILL macros.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2021-02-11 07:14:44 UTC (rev 57708)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2021-02-11 10:59:58 UTC (rev 57709)
@@ -1,3 +1,7 @@
+2021-02-11 Andreas Scherer <https://ascherer.github.io>
+
+ * texinputs/pdfctwimac.tex: Fix bug in color setter.
+
2021-02-08 Andreas Scherer <https://ascherer.github.io>
* comm-w2c.ch,
Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex 2021-02-11 07:14:44 UTC (rev 57708)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex 2021-02-11 10:59:58 UTC (rev 57709)
@@ -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
More information about the tex-live-commits
mailing list.