Modified version of the Journal of Statistical Software (JSS) Format for creating a Journal of Statistical Software (JSS) articles. Adapted from https://www.jstatsoft.org/about/submissions.
latex_journal_format(..., keep_tex = TRUE, citation_package = "natbib")
Arguments to rmarkdown::pdf_document
Keep the intermediate tex file used in the conversion to PDF.
Note that this argument does not control whether to keep the auxiliary
files (e.g., .aux
) generated by LaTeX when compiling .tex
to
.pdf
. To keep these files, you may set options(tinytex.clean =
FALSE)
.
The LaTeX package to process citations, natbib
or biblatex
. Use default
if neither package is to be used,
which means citations will be processed via the command
pandoc-citeproc
.
R Markdown output format to pass to
rmarkdown::render
This format is largely based off of the rticles
of jss_article
.
rticles
package by JJ Allaire, R Foundation, Hadley Wickham, Journal of Statistical Software, Yihui Xie, Ramnath
Vaidyanathan, Association for Computing Machinery, Carl Boettiger, Elsevier, Karl Broman, Kirill
Mueller, Bastiaan Quast, Randall Pruim, Ben Marwick, Charlotte Wickham, Oliver Keyes and Miao Yu
(2017). rticles: Article Formats for R Markdown. R package version 0.4.1.
https://CRAN.R-project.org/package=rticles