posterdown icon indicating copy to clipboard operation
posterdown copied to clipboard

Posterdown Reference Formatting Issue

Open bsgallih12 opened this issue 4 years ago • 2 comments

Hi Brett,

I am in the process of creating a poster with your posterdown package but I can't get the references to format according to APA style. I know currently there is a CSL issue that isn't allowing the package to correctly format. Is there any possible work around to this (even if it is just to double space the references)? Thank you

bsgallih12 avatar Feb 09 '22 19:02 bsgallih12

The APA format is working for me after installing the papaja package and adding the following line to the header.

csl: "`r system.file('rmd', 'apa7.csl', package = 'papaja')`"

pablobernabeu avatar Feb 29 '24 21:02 pablobernabeu

The APA format is working for me after installing the papaja package and adding the following line to the header.

csl: "`r system.file('rmd', 'apa7.csl', package = 'papaja')`"

Thank you!

bsgallih12 avatar Feb 29 '24 23:02 bsgallih12