Hello,
I have a very large table that I’d like to display on several pages. The following code :
#set page("a4", margin: (
left: 1cm,
bottom: 1cm,
top: 1cm,
right: 1cm),
flipped: false)
#rotate(
-90deg,
reflow: true)[#figure(
block(width: 100%, breakable: true, (table(
columns: (auto, auto, auto, auto, auto, auto, auto, auto, auto,),
align: (left,left,left,left,left,left,left,left,left,),
table.header([Type of model and
outputs], [Model name and/or
references], [...
gives this:
How can I make the rotated table spread over several pages?
Thank you,
fdekerm