Format for creating submissions to many Taylor & Francis journals. Adapted from:
Usage
tf_article(
...,
keep_tex = TRUE,
citation_package = "natbib",
reference_style = c("CAD", "APA", "NLM", "TFP", "TFQ", "TFS"),
pandoc_args = NULL
)Arguments
- ...
Additional arguments to
rmarkdown::pdf_document()- 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.texto.pdf. To keep these files, you may setoptions(tinytex.clean = FALSE).- citation_package
The LaTeX package to process citations,
natbiborbiblatex. Usedefaultif neither package is to be used, which means citations will be processed via the commandpandoc-citeproc.- reference_style
should be set according to the specific Taylor & Francis journal. Possibles values: "APA" (American Psychological Association reference style), "CAD" (Chicago Author-Date reference style), "NLM" (National Library of Medicine reference style), "TFP" (Reference Style-P), "TFQ" (Reference Style-Q), and "TFS" (Reference Style-S).
- pandoc_args
Additional command line options to pass to pandoc
