Обсуждение: Re: docbook-dsssl help

Поиск
Список
Период
Сортировка

Re: docbook-dsssl help

От
Adam DiCarlo
Дата:
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@onshored.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--