diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/meta/figure.typ | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/typ/meta/figure.typ b/tests/typ/meta/figure.typ index 3537bbe1..81db3edf 100644 --- a/tests/typ/meta/figure.typ +++ b/tests/typ/meta/figure.typ @@ -101,4 +101,11 @@ We can clearly see that @fig-cylinder and println!("Hello, world!"); } ``` -]
\ No newline at end of file +] + +--- +// Test breakable figures +#set page(width: 200pt, height: 6em) +#show figure: set block(breakable: true) + +#figure(table[a][b][c][d][e], caption: [A table]) |
