diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-25 10:26:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 08:26:41 +0000 |
| commit | e25389a85e2c4bb7bab5f5d68ab148395704960d (patch) | |
| tree | 1323af9efce63f9a8f412312ebe87e45bb87a60a /tests/suite/layout/flow/flow.typ | |
| parent | fd449f3e08df716d94d79f3f46ff3960e9933d0c (diff) | |
New flow layout, with multi-column floats (#5017)
Diffstat (limited to 'tests/suite/layout/flow/flow.typ')
| -rw-r--r-- | tests/suite/layout/flow/flow.typ | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/suite/layout/flow/flow.typ b/tests/suite/layout/flow/flow.typ index 88075c5b..fcbc005b 100644 --- a/tests/suite/layout/flow/flow.typ +++ b/tests/suite/layout/flow/flow.typ @@ -55,9 +55,6 @@ --- issue-3641-float-loop --- // Flow layout should terminate! -// -// This is not yet ideal: The heading should not move to the second page, but -// that's a separate bug and not a regression. #set page(height: 40pt) = Heading @@ -69,3 +66,13 @@ #metadata(none) #v(10pt, weak: true) Hi + +--- issue-3866-block-migration --- +#set page(height: 120pt) +#set text(costs: (widow: 0%, orphan: 0%)) +#v(50pt) +#columns(2)[ + #lines(6) + #block(rect(width: 80%, height: 80pt), breakable: false) + #lines(6) +] |
