rsos_article | R Documentation |
Format for creating submissions to Royal Society Open Science journals.
rsos_article(
...,
keep_tex = TRUE,
latex_engine = "xelatex",
pandoc_args = NULL,
includes = NULL,
fig_crop = TRUE
)
... |
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 |
latex_engine |
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", "xelatex" and "tectonic". |
pandoc_args |
Additional command line options to pass to pandoc |
includes |
Named list of additional content to include within the
document (typically created using the |
fig_crop |
Whether to crop PDF figures with the command
|
Thierry Onkelinx, thierry.onkelinx@inbo.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.