tufte_pdf | R Documentation |
Tufte PDF function
tufte_pdf(
documentclass = c("tufte-handout", "tufte-book"),
fig_width = 4,
fig_height = 2.5,
fig_crop = TRUE,
dev = "pdf",
highlight = "default",
template,
latex_engine = "xelatex",
includes,
pandoc_args,
...
)
documentclass |
Document Class |
fig_width |
Width of figure |
fig_height |
Height of figure |
fig_crop |
Crop figure (default to TRUE) |
dev |
Graphics device (defaults to pdf) |
highlight |
Style of highlight (defaults to default) |
template |
Template to use |
latex_engine |
LaTeX engine to use (defaults to xelatex) |
includes |
Stuff to include |
pandoc_args |
Arguments passed to pandoc |
... |
Further arguments to be passed in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.