lvjr / tabularray

Typeset tabulars and arrays with LaTeX3
https://ctan.org/pkg/tabularray
258 stars 22 forks source link

X rows for short tables and long tables #75

Open lvjr opened 3 years ago

lvjr commented 3 years ago

At this time we only have X columns. But X rows is also useful if we need to make full page tables.

For a short table with X rows, we may set remain height in the page (which is more or less \pagegoal-\pagetotal) as the default height.

For a long table with X rows, we may set \textheight as default height and adjust X rows after breaking the table.

lvjr commented 3 years ago

Some related questions on TeX.SE:

https://tex.stackexchange.com/questions/610595/table-with-header-row-of-normal-height-remaining-rows-fill-page-vertically-tab

https://tex.stackexchange.com/questions/610975/whole-page-strikethrough-with-variable-length

https://tex.stackexchange.com/questions/614245/tabularx-vfill-in-column-to-fill-rest-of-page

https://tex.stackexchange.com/questions/632161/non-breaking-vertical-space-between-a-table-and-a-block-of-text