|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.17 2002/01/08 18:03:26 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.18 2002/01/10 18:22:44 petere Exp $ --> |
2 | 2 | <!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
|
3 | 3 |
|
4 | 4 | <!-- must turn on one of these with -i on the jade command line -->
|
|
255 | 255 | (list"eps""ps""jpg""jpeg""pdf""png"))
|
256 | 256 |
|
257 | 257 |
|
| 258 | +;; Don't show links when citing a bibliography entry. This fouls up |
| 259 | +;; the footnumber counting. To get the link, one can still look into |
| 260 | +;; the bibliography itself. |
| 261 | +(mode xref-title-mode |
| 262 | + (element ulink |
| 263 | + (process-children))) |
| 264 | + |
| 265 | + |
258 | 266 | ;; Format legalnotice justified and with space between paragraphs.
|
259 | 267 | (mode book-titlepage-verso-mode
|
260 | 268 | (element (legalnotice para)
|
|