joss_article | R Documentation |
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.
joss_article(
journal = "JOSS",
keep_md = TRUE,
latex_engine = "xelatex",
pandoc_args = NULL,
...
)
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 |
The following variables may be set in YAML metadata to populate fields in the
article PDF, but are only necessary fo local preview:
formatted_doi, citation_author, year, volume, issue, page, submitted, published, review_url, repository
, and archive_doi
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.