Description Usage Arguments Value
View source: R/latex_templates.R
latex_report function includes many features to customize your latex template and produce pdf report output.
1 2 3 4 5 6 7 | latex_report(
...,
keep_tex = TRUE,
highlight = "tango",
latex_engine = "xelatex",
fig_caption = TRUE
)
|
... |
Arguments to |
keep_tex |
A Boolean toggle to select whether intermediate. Default value is TRUE |
highlight |
Syntax highlighting style. Default value is "tango". |
latex_engine |
LateX engine for producing PDF output. Default value is xelatex |
fig_caption |
TRUE to render figures with captions. |
R Markdown output format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.