diff options
Diffstat (limited to 'tests/suite/model/bibliography.typ')
| -rw-r--r-- | tests/suite/model/bibliography.typ | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/suite/model/bibliography.typ b/tests/suite/model/bibliography.typ index 18c62620..20eb8acd 100644 --- a/tests/suite/model/bibliography.typ +++ b/tests/suite/model/bibliography.typ @@ -44,9 +44,8 @@ Now we have multiple bibliographies containing @glacier-melt @keshav2007read #bibliography("/assets/bib/works.bib") --- bibliography-full --- -// LARGE -#set page(paper: "a6", height: 170mm) -#bibliography("/assets/bib/works.bib", full: true) +#set page(paper: "a6", height: auto) +#bibliography("/assets/bib/works_too.bib", full: true) --- bibliography-math --- #set page(width: 200pt) |
