diff options
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)) |
