tests for short-lived footer

This commit is contained in:
PgBiel 2025-04-17 15:14:43 -03:00
parent 63b34cfe0a
commit 03118678b5
3 changed files with 16 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

View File

@ -788,3 +788,19 @@
[a], [a],
) )
) )
--- grid-subheaders-alone-with-gutter-and-footer-no-orphan-prevention ---
#set page(height: 5.5em)
#table(
gutter: 4pt,
table.header(
[L1]
),
table.header(
level: 2,
[L2]
),
table.footer(
[a],
)
)