From 75246f930b9041c206a8a3c87e6db03bfc9111fd Mon Sep 17 00:00:00 2001 From: Yip Coekjan <69834864+Coekjan@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:46:25 +0800 Subject: Fix footnote-reference numbering (#4456) --- tests/ref/issue-4454-footnote-ref-numbering.png | Bin 0 -> 830 bytes tests/suite/model/footnote.typ | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 tests/ref/issue-4454-footnote-ref-numbering.png (limited to 'tests') diff --git a/tests/ref/issue-4454-footnote-ref-numbering.png b/tests/ref/issue-4454-footnote-ref-numbering.png new file mode 100644 index 00000000..0e89dbd9 Binary files /dev/null and b/tests/ref/issue-4454-footnote-ref-numbering.png differ diff --git a/tests/suite/model/footnote.typ b/tests/suite/model/footnote.typ index 34450ca4..d72ca25a 100644 --- a/tests/suite/model/footnote.typ +++ b/tests/suite/model/footnote.typ @@ -187,3 +187,7 @@ B #footnote[b] #set page(height: 50pt) #footnote[A] #footnote[B] + +--- issue-4454-footnote-ref-numbering --- +// Test that footnote references are numbered correctly. +A #footnote(numbering: "*")[B], C @fn, D @fn, E @fn. -- cgit v1.2.3