AntennaHouse / pdf5-ml

Antenna House PDF5-ML DITA-OT Plug-in
23 stars 9 forks source link

Table is divided into two pages #99

Closed tmaeda3 closed 5 years ago

tmaeda3 commented 5 years ago

Makita-san,

In the pdf files which I published, some tables are divided into two pages. Please teach me the setting method to put the table in a page.

ToshihikoMakita commented 5 years ago

If all of the table have enough content to fit one page height, you can add following style customization:

<attribute-set name="atsTableAndCaption">
    <attribute name="keep-together.within-column">always</attribute>
</attribute-set>

However if one of the table does not fit in one page, the overflow error will be occurred.

tmaeda3 commented 5 years ago

The problem was resolved. Thanks a lot.