From 5fd85226234841b3d9bfc6588031d15c1b1b7121 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 May 2007 15:53:11 +0000 Subject: [PATCH] no color for hyperlinks for printing --- man/ChangeLog | 5 +++++ man/emacs.texi | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/man/ChangeLog b/man/ChangeLog index 750379350e7..373394b2151 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-05-03 Karl Berry + + * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black + for printing. + 2007-05-01 Richard Stallman * cmdargs.texi (Initial Options): Under --batch, mention --eval. diff --git a/man/emacs.texi b/man/emacs.texi index a4aa5f6c538..2e0c4aa4f50 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -46,13 +46,15 @@ Software Foundation raise funds for GNU development.'' @end ifset @c per rms and peterb, use 10pt fonts for the main text, mostly to -@c save on paper cost. Also do not declare @setchapternewpage odd. +@c save on paper cost. @c Do this inside @tex for now, so current makeinfo does not complain. @tex @ifset smallbook @fonttextsize 10 @end ifset \global\hbadness=6666 % don't worry about not-too-underfull boxes +\global\let\urlcolor=\Black % don't print links in grayscale +\global\let\linkcolor=\Black @end tex @defcodeindex op -- 2.39.2