diff options
Diffstat (limited to 'tests/suite/model/cite.typ')
| -rw-r--r-- | tests/suite/model/cite.typ | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/suite/model/cite.typ b/tests/suite/model/cite.typ index 750db38b..ffbd3b52 100644 --- a/tests/suite/model/cite.typ +++ b/tests/suite/model/cite.typ @@ -52,10 +52,10 @@ A @netwok @arrgh @quark, B. --- issue-785-cite-locate --- // Test citation in other introspection. #set page(width: 180pt) -#set heading(numbering: "1") +#set heading(numbering: "1.") #outline( - title: [List of Figures], + title: [Figures], target: figure.where(kind: image), ) @@ -63,20 +63,20 @@ A @netwok @arrgh @quark, B. = Introduction <intro> #figure( - rect[-- PIRATE --], + rect(height: 10pt), caption: [A pirate @arrgh in @intro], ) #context [Citation @distress on page #here().page()] -#pagebreak() +#show bibliography: none #bibliography("/assets/bib/works.bib", style: "chicago-notes") --- issue-1597-cite-footnote --- // Tests that when a citation footnote is pushed to next page, things still // work as expected. #set page(height: 60pt) -#lorem(4) +A #footnote[@netwok] #show bibliography: none |
