aboutsummaryrefslogtreecommitdiff
path: root/doc/texinfo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r--doc/texinfo.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 0d3ba16..9140826 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -1,9 +1,9 @@
1% texinfo.tex -- TeX macros to handle Texinfo files. 1% texinfo.tex -- TeX macros to handle Texinfo files.
2% 2%
3% Load plain if necessary, i.e., if running under initex. 3% Load plain if necessary, i.e., if running under initex.
4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5% 5%
6\def\texinfoversion{2009-05-16.16} 6\def\texinfoversion{2009-08-14.15}
7% 7%
8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1332,13 +1332,16 @@ output) for that.)}
1332 1332
1333\ifpdf 1333\ifpdf
1334 % 1334 %
1335 % Color manipulation macros based on pdfcolor.tex. 1335 % Color manipulation macros based on pdfcolor.tex,
1336 \def\cmykDarkRed{0.28 1 1 0.35} 1336 % except using rgb instead of cmyk; the latter is said to render as a
1337 \def\cmykBlack{0 0 0 1} 1337 % very dark gray on-screen and a very dark halftone in print, instead
1338 % of actual black.
1339 \def\rgbDarkRed{0.50 0.09 0.12}
1340 \def\rgbBlack{0 0 0}
1338 % 1341 %
1339 % k sets the color for filling (usual text, etc.); 1342 % k sets the color for filling (usual text, etc.);
1340 % K sets the color for stroking (thin rules, e.g., normal _'s). 1343 % K sets the color for stroking (thin rules, e.g., normal _'s).
1341 \def\pdfsetcolor#1{\pdfliteral{#1 k #1 K}} 1344 \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}}
1342 % 1345 %
1343 % Set color, and create a mark which defines \thiscolor accordingly, 1346 % Set color, and create a mark which defines \thiscolor accordingly,
1344 % so that \makeheadline knows which color to restore. 1347 % so that \makeheadline knows which color to restore.
@@ -1348,7 +1351,7 @@ output) for that.)}
1348 \pdfsetcolor{#1}% 1351 \pdfsetcolor{#1}%
1349 } 1352 }
1350 % 1353 %
1351 \def\maincolor{\cmykBlack} 1354 \def\maincolor{\rgbBlack}
1352 \pdfsetcolor{\maincolor} 1355 \pdfsetcolor{\maincolor}
1353 \edef\thiscolor{\maincolor} 1356 \edef\thiscolor{\maincolor}
1354 \def\lastcolordefs{} 1357 \def\lastcolordefs{}
@@ -1443,8 +1446,8 @@ output) for that.)}
1443 % 1446 %
1444 % by default, use a color that is dark enough to print on paper as 1447 % by default, use a color that is dark enough to print on paper as
1445 % nearly black, but still distinguishable for online viewing. 1448 % nearly black, but still distinguishable for online viewing.
1446 \def\urlcolor{\cmykDarkRed} 1449 \def\urlcolor{\rgbDarkRed}
1447 \def\linkcolor{\cmykDarkRed} 1450 \def\linkcolor{\rgbDarkRed}
1448 \def\endlink{\setcolor{\maincolor}\pdfendlink} 1451 \def\endlink{\setcolor{\maincolor}\pdfendlink}
1449 % 1452 %
1450 % Adding outlines to PDF; macros for calculating structure of outlines 1453 % Adding outlines to PDF; macros for calculating structure of outlines
@@ -4322,6 +4325,7 @@ end
4322 \definedummyword\code 4325 \definedummyword\code
4323 \definedummyword\command 4326 \definedummyword\command
4324 \definedummyword\dfn 4327 \definedummyword\dfn
4328 \definedummyword\email
4325 \definedummyword\emph 4329 \definedummyword\emph
4326 \definedummyword\env 4330 \definedummyword\env
4327 \definedummyword\file 4331 \definedummyword\file
@@ -9272,12 +9276,8 @@ directory should work if nowhere else does.}
9272@markupsetuplqdefault 9276@markupsetuplqdefault
9273@markupsetuprqdefault 9277@markupsetuprqdefault
9274 9278
9275@c Gnulib now utterly and painfully insists on no trailing whitespace.
9276@c So we have to nuke it.
9277
9278@c Local variables: 9279@c Local variables:
9279@c eval: (add-hook 'write-file-hooks 'time-stamp) 9280@c eval: (add-hook 'write-file-hooks 'time-stamp)
9280@c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
9281@c page-delimiter: "^\\\\message" 9281@c page-delimiter: "^\\\\message"
9282@c time-stamp-start: "def\\\\texinfoversion{" 9282@c time-stamp-start: "def\\\\texinfoversion{"
9283@c time-stamp-format: "%:y-%02m-%02d.%02H" 9283@c time-stamp-format: "%:y-%02m-%02d.%02H"