~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

« back to all changes in this revision

Viewing changes to build-aux/texinfo.tex

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-20 15:53:35 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100320155335-9lxxf3r7ildrqs1v
Tags: upstream-2.8.6
ImportĀ upstreamĀ versionĀ 2.8.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
% texinfo.tex -- TeX macros to handle Texinfo files.
2
 
%
 
2
3
3
% Load plain if necessary, i.e., if running under initex.
4
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
8
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9
9
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
1332
1332
 
1333
1333
\ifpdf
1334
1334
  %
1335
 
  % Color manipulation macros based on pdfcolor.tex.
1336
 
  \def\cmykDarkRed{0.28 1 1 0.35}
1337
 
  \def\cmykBlack{0 0 0 1}
 
1335
  % Color manipulation macros based on pdfcolor.tex,
 
1336
  % except using rgb instead of cmyk; the latter is said to render as a
 
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
1342
  % k sets the color for filling (usual text, etc.);
1340
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
1346
  % Set color, and create a mark which defines \thiscolor accordingly,
1344
1347
  % so that \makeheadline knows which color to restore.
1348
1351
    \pdfsetcolor{#1}%
1349
1352
  }
1350
1353
  %
1351
 
  \def\maincolor{\cmykBlack}
 
1354
  \def\maincolor{\rgbBlack}
1352
1355
  \pdfsetcolor{\maincolor}
1353
1356
  \edef\thiscolor{\maincolor}
1354
1357
  \def\lastcolordefs{}
1443
1446
  %
1444
1447
  % by default, use a color that is dark enough to print on paper as
1445
1448
  % nearly black, but still distinguishable for online viewing.
1446
 
  \def\urlcolor{\cmykDarkRed}
1447
 
  \def\linkcolor{\cmykDarkRed}
 
1449
  \def\urlcolor{\rgbDarkRed}
 
1450
  \def\linkcolor{\rgbDarkRed}
1448
1451
  \def\endlink{\setcolor{\maincolor}\pdfendlink}
1449
1452
  %
1450
1453
  % Adding outlines to PDF; macros for calculating structure of outlines
4322
4325
  \definedummyword\code
4323
4326
  \definedummyword\command
4324
4327
  \definedummyword\dfn
 
4328
  \definedummyword\email
4325
4329
  \definedummyword\emph
4326
4330
  \definedummyword\env
4327
4331
  \definedummyword\file
9272
9276
@markupsetuplqdefault
9273
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
9279
@c Local variables:
9279
9280
@c eval: (add-hook 'write-file-hooks 'time-stamp)
9280
 
@c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
9281
9281
@c page-delimiter: "^\\\\message"
9282
9282
@c time-stamp-start: "def\\\\texinfoversion{"
9283
9283
@c time-stamp-format: "%:y-%02m-%02d.%02H"