tf_article | R Documentation |
Format for creating submissions to many Taylor & Francis journals. Adapted from:
tf_article(
...,
keep_tex = TRUE,
citation_package = "natbib",
reference_style = c("CAD", "APA", "NLM", "TFP", "TFQ", "TFS"),
pandoc_args = NULL
)
... |
Additional 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, |
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 |
## Not run:
rmarkdown::draft("MyArticle.Rmd", template = "tf", package = "rticles")
setwd("MyArticle")
rmarkdown::render("MyArticle.Rmd")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.