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/columns.typ | |
| parent | fd449f3e08df716d94d79f3f46ff3960e9933d0c (diff) | |
New flow layout, with multi-column floats (#5017)
Diffstat (limited to 'tests/suite/layout/columns.typ')
| -rw-r--r-- | tests/suite/layout/columns.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/layout/columns.typ b/tests/suite/layout/columns.typ index 87a9f773..b86b798b 100644 --- a/tests/suite/layout/columns.typ +++ b/tests/suite/layout/columns.typ @@ -122,3 +122,10 @@ Hallo = B Text ] + +--- colbreak-weak --- +#set page(columns: 2) +#colbreak(weak: true) +A +#colbreak(weak: true) +B |
