-
DescriptionThe documentation on the quarto website about citations suggests that changing the citation style is just a case of specifying the style in the csl argument. For typst, this doesnt seem to work. It uses the bibliographystyle argument instead (unless you set citeproc to true as a suboption to the format). Switching between the different styles named in ---
title: "Untitled"
format: typst
bibliography: references.bib
# csl: begell-house-chicago-author-date.csl
csl: nature.csl
# bibliographystyle: nature.csl
# csl: apa.csl
---
@r2023 says x
bla bla [@r2023]
bla bla [see @r2023]
la la la ([@r2023; @r2024])
The R manual ([-@r2023]) says X references.bib:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Where did you see that? The behaviour is documented: https://quarto.org/docs/output-formats/typst.html#bibliography. |
Beta Was this translation helpful? Give feedback.
Where did you see that?
The behaviour is documented: https://quarto.org/docs/output-formats/typst.html#bibliography.