From 5e5841c978665f6d3f60f3460672902abe39c6d5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 28 Oct 2024 12:53:05 +0100 Subject: [PATCH] doc: Improve usability of generated PDF. * gettext-tools/doc/gettext.texi: Use a brown colour for interactive links. --- gettext-tools/doc/gettext.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 51d17e419..7f5f2152c 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -14,7 +14,18 @@ @documentencoding UTF-8 @end ifset @settitle GNU @code{gettext} utilities + +@c Remove the black boxes generated in the GPL appendix. @finalout + +@c In PDF output, use a brown colour for interactive links, +@c like it was before commit +@c https://git.savannah.gnu.org/gitweb/?p=texinfo.git;a=commitdiff;h=b4f50b9f4c083327e81ec5c7cde9b87234a19646 +@tex +\global\def\linkcolor{\rgbDarkRed} +\global\def\urlcolor{\rgbDarkRed} +@end tex + @c Indices: @c am = autoconf macro @amindex @c cp = concept @cindex @@ -39,6 +50,7 @@ @syncodeindex ev em @syncodeindex fn cp @syncodeindex kw cp + @ifclear texi2html @firstparagraphindent insert @end ifclear -- 2.47.2