diff options
| author | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2025-06-21 23:36:31 -0300 |
|---|---|---|
| committer | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2025-06-28 22:39:35 -0300 |
| commit | d13617ed9b9dd95376b8d068b85513cba8b1b702 (patch) | |
| tree | e738662b7c985fc2f4119ac1becb0d80ec45e8e1 /tests/suite/layout/grid | |
| parent | 315612b1f7be637c0c1a6a123f8802e09bee332a (diff) | |
skip layout of redundant gutter at the top of footertable-subfooters
Diffstat (limited to 'tests/suite/layout/grid')
| -rw-r--r-- | tests/suite/layout/grid/footers.typ | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/suite/layout/grid/footers.typ b/tests/suite/layout/grid/footers.typ index 286928b8..b7984121 100644 --- a/tests/suite/layout/grid/footers.typ +++ b/tests/suite/layout/grid/footers.typ @@ -41,6 +41,20 @@ ) ) +--- grid-footer-gutter-short-lived --- +// Gutter, no repetition, short-lived +#set page(height: 6em) +#set text(6pt) +#set table(inset: 2pt, stroke: 0.5pt) +#table( + gutter: 2pt, + align: center + horizon, + table.header([a]), + table.footer([b]), + table.footer([c]), + [d], +) + --- grid-cell-override-in-header-and-footer --- #table( table.header(table.cell(stroke: red)[Hello]), |
