Format for creating a Austrian Journal of Statistics (AJS) article. Adapted from https://www.jstatsoft.org/about/submissions.
ajs_article(
...,
keep_tex = TRUE,
citation_package = "natbib",
pandoc_args = NULL
)
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
.
Additional command line options to pass to pandoc