Using dblatex, I noticed that given something like:

== Section 1

Text

.Section 1 Table
[width="60%",float="left",options="header"]
|============
| Row 1  | Data
|============

== Section 2

Text

.Section 2 Table
[width="60%",float="left",options="header"]
|============
| Row 1  | Data
|============

== Section 3

Text

.Section 3 Table
[width="60%",float="left",options="header"]
|============
| Row 1  | Data
|============

... the resulting .pdf file, produced by dblatex will sometimes move
all the tables together onto a following page, leaving the sections
that discuss them orphaned on the previous page.  'fop' didn't seem to
do this, but as I mentioned before, dblatex generally produces the
output (colored source highlighting) that better suits my purposes.

What I was forced to do is to forward reference the indicated talbe
using a label, just in the event that the table(s) get(s) moved to the
following page.

Can you recommend a method for avoiding this grouping of tables onto
pages that are not within the section where the table was defined?


-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to