diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2023-12-18 11:37:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 11:37:30 +0100 |
| commit | 356bdeba18153efd4209657182971e22bdaf4db2 (patch) | |
| tree | 3efedaf7d0795c0e54420eb04263a1bb1e9329dd /tests/typ/layout/columns.typ | |
| parent | 41c0dae2097ae4368c259bd1b1b10ef6667bb850 (diff) | |
Do not create a block frame for out-of-flow items only (#2517)
Diffstat (limited to 'tests/typ/layout/columns.typ')
| -rw-r--r-- | tests/typ/layout/columns.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/layout/columns.typ b/tests/typ/layout/columns.typ index 32060ab4..ecf636e7 100644 --- a/tests/typ/layout/columns.typ +++ b/tests/typ/layout/columns.typ @@ -103,3 +103,10 @@ This is a normal page. Very normal. // Test a page with zero columns. // Error: 49-50 number must be positive #set page(height: auto, width: 7.05cm, columns: 0) + +--- +// Test colbreak after only out-of-flow elements. +#set page(width: 7.05cm, columns: 2) +#place[OOF] +#colbreak() +In flow. |
