additional footer breakability tests

This commit is contained in:
PgBiel 2025-05-16 03:13:19 -03:00
parent be12824af2
commit 1fed6b09b4
3 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

@ -389,6 +389,29 @@
table.footer[a][b][c] table.footer[a][b][c]
) )
--- grid-footer-repeatable-unbreakable ---
#set page(height: 8em, width: auto)
#table(
[h],
table.footer(
[a],
[b],
[c],
)
)
--- grid-footer-non-repeatable-unbreakable ---
#set page(height: 8em, width: auto)
#table(
[h],
table.footer(
[a],
[b],
[c],
repeat: false,
)
)
--- grid-footer-stroke-edge-cases --- --- grid-footer-stroke-edge-cases ---
// Test footer stroke priority edge case // Test footer stroke priority edge case
#set page(height: 10em) #set page(height: 10em)