Format for creating a Journal of Open Source Software (JOSS) or Journal of Open Source Education (JOSE) articles. Adapted from https://github.com/openjournals/whedon. As these journals take articles as markdown, this format can be used to generate markdown from R Markdown and to locally preview how the article will appear as PDF.
Usage
joss_article(
journal = "JOSS",
keep_md = TRUE,
latex_engine = "xelatex",
pandoc_args = NULL,
...
)
Arguments
- journal
one of "JOSS" or"JOSE"
- keep_md
Whether to retain the intermediate markdown and images. Defaults to TRUE.
- latex_engine
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", "xelatex" and "tectonic".
- pandoc_args
Additional command line options to pass to pandoc
- ...
Arguments passed to
rmarkdown::pdf_document()