From: | Adam DiCarlo <adam(at)onshored(dot)com> |
---|---|
To: | Neil Roeth <neil(at)debian(dot)org> |
Cc: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
Subject: | Re: docbook-dsssl help |
Date: | 2003-12-05 04:58:53 |
Message-ID: | 867k1bx3le.fsf@gopher.onshored.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
I found the problem -- it's a bug in the stylesheets where it's making
more than one page when there's both figures and tables or examples to
list.
I have no clue why it doesn't fail in openjade 1.3...
Attached is the patch to docbook-dsssl. I'll commit it to upstream.
--
...Adam Di Carlo...<adam(at)onshored(dot)com>.......<URL:http://www.onshored.com/>
diff -u -r1.4 dbdivis.dsl
--- print/dbdivis.dsl 15 Jan 2003 08:24:23 -0000 1.4
+++ print/dbdivis.dsl 5 Dec 2003 04:57:50 -0000
@@ -108,8 +108,7 @@
center-footer: ($center-footer$ (normalize "lot"))
right-footer: ($right-footer$ (normalize "lot"))
input-whitespace-treatment: 'collapse
- (build-lot (current-node) (car gilist))
- (loop (cdr gilist)))
+ (build-lot (current-node) (car gilist)))
(loop (cdr gilist)))))
(if (generate-toc-in-front)
--=-2C/dcf4ic3hRNpWi9yaq--
From | Date | Subject | |
---|---|---|---|
Next Message | Halley Pacheco de Oliveira | 2003-12-09 10:19:26 | PostgreSQL 7.4 Documentation - create/drop_operator.sgml |
Previous Message | Hannu Krosing | 2003-12-02 20:32:53 | Re: Inserting timestamp values |