[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Appendix, table, page break
Hi @all,
I have a table in an appendix in my document. The code looks like:
<appendix>
<title>FIRST- und FOLLOW-Mengen</title>
<table frame='all'><title>FIRST- und FOLLOW-Mengen der
Grammatik</title>
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
<thead>
<row>
<entry>Symbol</entry>
<entry>FIRST(Symbol)</entry>
<entry>FOLLOW(Symbol)</entry>
</row>
</thead>
<tbody>
<row>
<entry>program</entry>
<entry>LOGO, CONSTANT, GLOBAL, TO</entry>
<entry></entry>
</row>
........
</tbody>
</tgroup>
</table>
</appendix>
When the table is smaller than a page and I convert the docbook to
pdf all is fine. But when the table is larger than a page the result
is one page with the appendix titel, page break and the table is on
the following pages. How and where can I change the stylesheet to
supress this pagebreak?
My Enviroment:
DocBook EBNF Module V1.1CR1 DTD
DocBook XSl Stylesheet Release 1.69.1
XEP 4.4
With best regards
Alexander
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]