From 4e7cd035abaae16e45305417073e7009518acc61 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 15 Aug 2017 14:37:44 -0400 Subject: [PATCH] doc: Improve PDF bookmarks Also create PDF bookmarks/ToC entries for subsections of reference pages. This was a regression from the previous jadetex-based build. Reported-by: Erik Rijkers --- doc/src/sgml/stylesheet-fo.xsl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 7a0fbe9564..ea754084be 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -70,4 +70,28 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0