Skip to content

Commit

Permalink
Fix duplicate bibliography (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvuorre committed Nov 8, 2024
1 parent 5c4a592 commit 71dad0c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ wordcount: "{{< words-body >}}"

`wordcount` add a word count using <https://github.com/andrewheiss/quarto-wordcount> (see above example, and link for instructions on use).

# Help & contributing
# Help

## Known limitations and issues

- Must add `suppress-bibliography: true` to YAML so that the wordcount extension doesn't lead to duplicated bibliographies.

## Contributing

Send your bug reports and pull requests to <https://github.com/mvuorre/quarto-preprint>. If you're reporting a bug, please include a reproducible example / full details of what you're trying to do, how, and what goes wrong.

Expand Down
Binary file modified docs/index.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ citation:
url: example.com
number-sections: true
bibliography: bibliography.bib
suppress-bibliography: true
fontsize: 11pt
mainfont: Libertinus Serif
format:
Expand Down
1 change: 1 addition & 0 deletions template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ abstract: |
keywords: [list, keywords, here]
authornote: This is an example author note.
bibliography: bibliography.bib
suppress-bibliography: true
format: preprint-typst
---

0 comments on commit 71dad0c

Please sign in to comment.