posterdown
posterdown copied to clipboard
Posterdown Reference Formatting Issue
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
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')`"
The APA format is working for me after installing the
papajapackage and adding the following line to the header.csl: "`r system.file('rmd', 'apa7.csl', package = 'papaja')`"
Thank you!