]> granicus.if.org Git - postgresql/commitdiff
Temporary workaround for links within bibliography references fouling up
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Jan 2002 18:22:44 +0000 (18:22 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 10 Jan 2002 18:22:44 +0000 (18:22 +0000)
footnote count.

doc/src/sgml/stylesheet.dsl

index b6eb0af84e7b0edb6a3e2b724fb155ddc751d2d5..9eddffe2a50d2b9c1cc4e2bd736e3fadc5bf758f 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.17 2002/01/08 18:03:26 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.18 2002/01/10 18:22:44 petere Exp $ -->
 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 
 <!-- must turn on one of these with -i on the jade command line -->
   (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)