diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-08 12:24:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-08 12:24:47 +0200 |
| commit | 2b812259c2ce5fdeac20a04a9aeb0b97800df90a (patch) | |
| tree | ecb096b0a4a604bab9faa5e68e4049ad1e96b46f /tests | |
| parent | a1b0a418837dd5fc017e98e2c9cc200a87c11e2d (diff) | |
Fix footnote in columns
Fixes #1433
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/footnote-columns.png | bin | 0 -> 10873 bytes | |||
| -rw-r--r-- | tests/typ/meta/footnote-columns.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/meta/footnote-columns.png b/tests/ref/meta/footnote-columns.png Binary files differnew file mode 100644 index 00000000..528ec664 --- /dev/null +++ b/tests/ref/meta/footnote-columns.png diff --git a/tests/typ/meta/footnote-columns.typ b/tests/typ/meta/footnote-columns.typ new file mode 100644 index 00000000..0dc88930 --- /dev/null +++ b/tests/typ/meta/footnote-columns.typ @@ -0,0 +1,9 @@ +// Test footnotes in columns, even those +// that are not enabled via `set page`. + +--- +#set page(height: 120pt) +#align(center, strong[Title]) +#show: columns.with(2) +#lorem(3) #footnote(lorem(6)) +Hello there #footnote(lorem(2)) |
