rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.47k stars 518 forks source link

Specify citation package #330

Closed WattsMatthew closed 3 years ago

WattsMatthew commented 3 years ago

Hi, is there a way to change the default citation package (e.g. to biblatex) so i can cite articles in latex style i.e. \autocite{RN6267} rather than using the Rmarkdown style i.e. [@RN6267]?

For reference, you can do it in a standard markdown down doc by using the following code


output: pdf_document: citation_package: biblatex


cderv commented 3 years ago

Usually you can also do that for rticles formats. For example the same argument exists in rjournal_articles. Look at the documentation of the format function you want to use.

What did you try and what did not work ?

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.