From: Peter Eisentraut Date: Thu, 10 Jan 2002 18:22:44 +0000 (+0000) Subject: Temporary workaround for links within bibliography references fouling up X-Git-Tag: REL7_2_BETA5~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0385ba112150f07a918df4b7c1b13bb4c3be3168;p=postgresql Temporary workaround for links within bibliography references fouling up footnote count. --- diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index b6eb0af84e..9eddffe2a5 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ - + @@ -255,6 +255,14 @@ (list "eps" "ps" "jpg" "jpeg" "pdf" "png")) +;; Don't show links when citing a bibliography entry. This fouls up +;; the footnumber counting. To get the link, one can still look into +;; the bibliography itself. +(mode xref-title-mode + (element ulink + (process-children))) + + ;; Format legalnotice justified and with space between paragraphs. (mode book-titlepage-verso-mode (element (legalnotice para)