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 9140826..0d3ba16 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-08-14.15} 6\def\texinfoversion{2009-05-16.16}
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,16 +1332,13 @@ 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 % except using rgb instead of cmyk; the latter is said to render as a 1336 \def\cmykDarkRed{0.28 1 1 0.35}
1337 % very dark gray on-screen and a very dark halftone in print, instead 1337 \def\cmykBlack{0 0 0 1}
1338 % of actual black.
1339 \def\rgbDarkRed{0.50 0.09 0.12}
1340 \def\rgbBlack{0 0 0}
1341 % 1338 %
1342 % k sets the color for filling (usual text, etc.); 1339 % k sets the color for filling (usual text, etc.);
1343 % K sets the color for stroking (thin rules, e.g., normal _'s). 1340 % K sets the color for stroking (thin rules, e.g., normal _'s).
1344 \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} 1341 \def\pdfsetcolor#1{\pdfliteral{#1 k #1 K}}
1345 % 1342 %
1346 % Set color, and create a mark which defines \thiscolor accordingly, 1343 % Set color, and create a mark which defines \thiscolor accordingly,
1347 % so that \makeheadline knows which color to restore. 1344 % so that \makeheadline knows which color to restore.
@@ -1351,7 +1348,7 @@ output) for that.)}
1351 \pdfsetcolor{#1}% 1348 \pdfsetcolor{#1}%
1352 } 1349 }
1353 % 1350 %
1354 \def\maincolor{\rgbBlack} 1351 \def\maincolor{\cmykBlack}
1355 \pdfsetcolor{\maincolor} 1352 \pdfsetcolor{\maincolor}
1356 \edef\thiscolor{\maincolor} 1353 \edef\thiscolor{\maincolor}
1357 \def\lastcolordefs{} 1354 \def\lastcolordefs{}
@@ -1446,8 +1443,8 @@ output) for that.)}
1446 % 1443 %
1447 % by default, use a color that is dark enough to print on paper as 1444 % by default, use a color that is dark enough to print on paper as
1448 % nearly black, but still distinguishable for online viewing. 1445 % nearly black, but still distinguishable for online viewing.
1449 \def\urlcolor{\rgbDarkRed} 1446 \def\urlcolor{\cmykDarkRed}
1450 \def\linkcolor{\rgbDarkRed} 1447 \def\linkcolor{\cmykDarkRed}
1451 \def\endlink{\setcolor{\maincolor}\pdfendlink} 1448 \def\endlink{\setcolor{\maincolor}\pdfendlink}
1452 % 1449 %
1453 % Adding outlines to PDF; macros for calculating structure of outlines 1450 % Adding outlines to PDF; macros for calculating structure of outlines
@@ -4325,7 +4322,6 @@ end
4325 \definedummyword\code 4322 \definedummyword\code
4326 \definedummyword\command 4323 \definedummyword\command
4327 \definedummyword\dfn 4324 \definedummyword\dfn
4328 \definedummyword\email
4329 \definedummyword\emph 4325 \definedummyword\emph
4330 \definedummyword\env 4326 \definedummyword\env
4331 \definedummyword\file 4327 \definedummyword\file
@@ -9276,8 +9272,12 @@ directory should work if nowhere else does.}
9276@markupsetuplqdefault 9272@markupsetuplqdefault
9277@markupsetuprqdefault 9273@markupsetuprqdefault
9278 9274
9275@c Gnulib now utterly and painfully insists on no trailing whitespace.
9276@c So we have to nuke it.
9277
9279@c Local variables: 9278@c Local variables:
9280@c eval: (add-hook 'write-file-hooks 'time-stamp) 9279@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"