brentthorne / posterdown

Use RMarkdown to generate PDF Conference Posters via HTML
https://brentthorne.github.io/posterdown_html_showcase/
Other
838 stars 129 forks source link

Posterdown Reference Formatting Issue #133

Open bsgallih12 opened 2 years ago

bsgallih12 commented 2 years ago

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

pablobernabeu commented 6 months ago

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')`"
bsgallih12 commented 6 months ago

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!