jss_article {rticles} | R Documentation |
Journal of Statistical Software (JSS) format.
Description
Format for creating a Journal of Statistical Software (JSS) articles. Adapted from https://www.jstatsoft.org/about/submissions.
Usage
jss_article(
...,
keep_tex = TRUE,
citation_package = "natbib",
pandoc_args = NULL
)
Arguments
... |
Arguments to |
keep_tex |
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 |
citation_package |
The LaTeX package to process citations, |
pandoc_args |
Additional command line options to pass to pandoc |
[Package rticles version 0.27 Index]