Skip to content
Discussion options

You must be logged in to vote

If Typst can't fit a table in either dimension, it will squish it. The usual workaround for tables with many rows is to allow figures to break across pages so that the table can too.

E.g.

```{=typst}
#show figure: set block(breakable: true)
```

Off and on we consider adding this to our template. Properly scoped to our tables, this would be:

#show figure.where(kind: "quarto-float-tbl"): set block(breakable: true)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmenne
Comment options

Answer selected by dmenne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants