diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-01-10 18:22:44 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-01-10 18:22:44 +0000 |
commit | 0385ba112150f07a918df4b7c1b13bb4c3be3168 (patch) | |
tree | c365e602cc6adec8143ccb43ed66cf70b51fd195 /doc/src | |
parent | 872aad61ff5dfdb09203ffefe43e01ba9df7a82e (diff) | |
download | postgresql-0385ba112150f07a918df4b7c1b13bb4c3be3168.tar.gz postgresql-0385ba112150f07a918df4b7c1b13bb4c3be3168.zip |
Temporary workaround for links within bibliography references fouling up
footnote count.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/stylesheet.dsl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index b6eb0af84e7..9eddffe2a50 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -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 --> @@ -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) |