I am generating a large table which I want to break across pages only in certain places. To achieve that, I define the style
<style:style style:family="table-row" style:name="unbreakable_row">
<style:table-row-properties fo:keep-with-next="always" />
</style:style>
And then assign it to all rows except those after which I want to allow a page break:
<table:table-row table:style-name="unbreakable_row">
...
However, that doesn’t seem to have much effect on Writer, which breaks the table in random places.
Am I doing something wrong, or is this a bug in Writer?
Example file: book.odt (16.3 KB)