mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Temporary workaround for links within bibliography references fouling up
footnote count.
This commit is contained in:
parent
872aad61ff
commit
0385ba1121
@ -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" [
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||||
|
|
||||||
<!-- must turn on one of these with -i on the jade command line -->
|
<!-- must turn on one of these with -i on the jade command line -->
|
||||||
@ -255,6 +255,14 @@
|
|||||||
(list "eps" "ps" "jpg" "jpeg" "pdf" "png"))
|
(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.
|
;; Format legalnotice justified and with space between paragraphs.
|
||||||
(mode book-titlepage-verso-mode
|
(mode book-titlepage-verso-mode
|
||||||
(element (legalnotice para)
|
(element (legalnotice para)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user