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/model/cite.typ | |
| parent | fd449f3e08df716d94d79f3f46ff3960e9933d0c (diff) | |
New flow layout, with multi-column floats (#5017)
Diffstat (limited to 'tests/suite/model/cite.typ')
| -rw-r--r-- | tests/suite/model/cite.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/suite/model/cite.typ b/tests/suite/model/cite.typ index ffbd3b52..f69fe9f4 100644 --- a/tests/suite/model/cite.typ +++ b/tests/suite/model/cite.typ @@ -102,8 +102,7 @@ B #cite(<netwok>) #cite(<arrgh>). // Everything moves to the second page because we want to keep the line and // its footnotes together. -#footnote[@netwok] -#footnote[A] +#footnote[@netwok \ A] #show bibliography: none #bibliography("/assets/bib/works.bib") |
