]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Improve usability of generated PDF.
authorBruno Haible <bruno@clisp.org>
Mon, 28 Oct 2024 12:24:34 +0000 (13:24 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 28 Oct 2024 12:24:34 +0000 (13:24 +0100)
* doc/gnulib.texi: Use a brown colour for interactive links.

ChangeLog
doc/gnulib.texi

index 93375a0dc0c71639de9b3b017e3e692c00cec57e..2ca86ce7a7bff895186566616be08225373688eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-28  Bruno Haible  <bruno@clisp.org>
+
+       doc: Improve usability of generated PDF.
+       * doc/gnulib.texi: Use a brown colour for interactive links.
+
 2024-10-27  Collin Funk  <collin.funk1@gmail.com>
 
        realloc-gnu: Fix typo in deprecation notice.
index 103189fddbd95efb989be8be510636389d925b0e..3133f481e2ce35e7cdbd6e9fa816b6c85dded2c5 100644 (file)
@@ -3,6 +3,7 @@
 @setfilename gnulib.info
 @settitle GNU Gnulib
 @documentencoding UTF-8
+
 @c These two require Texinfo 5.0 or later, so we use the older
 @c equivalent @set variables supported in 4.11 and hence
 @ignore
 @end ignore
 @set txicodequoteundirected
 @set txicodequotebacktick
+
+@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   cp = concept              @cindex
 @c   fn = function             @findex
@@ -31,6 +41,7 @@
 @syncodeindex tp cp
 @syncodeindex vr cp
 @syncodeindex cn cp
+
 @ifclear texi2html
 @firstparagraphindent insert
 @end ifclear