mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
doc: Improve text rendering in PDF output.
Suggested by Collin Funk <collin.funk1@gmail.com> in <https://lists.gnu.org/archive/html/bug-gperf/2024-10/msg00000.html>. * doc/texinfo.tex: Update from the texinfo-7.1 release. * doc/gperf.texi: Override the colour for interactive links. Bump date.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2024-10-28 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
doc: Improve text rendering in PDF output.
|
||||||
|
Suggested by Collin Funk <collin.funk1@gmail.com> in
|
||||||
|
<https://lists.gnu.org/archive/html/bug-gperf/2024-10/msg00000.html>.
|
||||||
|
* doc/texinfo.tex: Update from the texinfo-7.1 release.
|
||||||
|
* doc/gperf.texi: Override the colour for interactive links. Bump date.
|
||||||
|
|
||||||
2024-09-01 Bruno Haible <bruno@clisp.org>
|
2024-09-01 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Replace FSF snail-mail addresses with URLs.
|
Replace FSF snail-mail addresses with URLs.
|
||||||
|
|||||||
@@ -15,16 +15,23 @@
|
|||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@c some day we should @include version.texi instead of defining
|
@c Some day we should @include version.texi instead of defining
|
||||||
@c these values at hand.
|
@c these values at hand.
|
||||||
@set UPDATED 1 July 2023
|
@set UPDATED 28 October 2024
|
||||||
@set EDITION 3.2
|
@set EDITION 3.2
|
||||||
@set VERSION 3.2
|
@set VERSION 3.2
|
||||||
@c ---------------------
|
@c ---------------------
|
||||||
|
|
||||||
@c remove the black boxes generated in the GPL appendix.
|
@c Remove the black boxes generated in the GPL appendix.
|
||||||
@finalout
|
@finalout
|
||||||
|
|
||||||
|
@c Use a brown colour for interactive links, 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 Merge functions into the concept index
|
@c Merge functions into the concept index
|
||||||
@syncodeindex fn cp
|
@syncodeindex fn cp
|
||||||
@c @synindex pg cp
|
@c @synindex pg cp
|
||||||
@@ -40,7 +47,7 @@
|
|||||||
This file documents the features of the GNU Perfect Hash Function
|
This file documents the features of the GNU Perfect Hash Function
|
||||||
Generator @value{VERSION}.
|
Generator @value{VERSION}.
|
||||||
|
|
||||||
Copyright @copyright{} 1989-2023 Free Software Foundation, Inc.
|
Copyright @copyright{} 1989-2024 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
@@ -78,7 +85,7 @@ Software Foundation instead of in the original English.
|
|||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1989-2023 Free Software Foundation, Inc.
|
Copyright @copyright{} 1989-2024 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
|
|||||||
9200
doc/texinfo.tex
9200
doc/texinfo.tex
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user