resumer {resumer} | R Documentation |
resumer
Description
Convert to a resume
Usage
resumer(
fig_width = 4,
fig_height = 2.5,
fig_crop = TRUE,
dev = "pdf",
highlight = "default",
keep_tex = FALSE,
latex_engine = "pdflatex",
includes = NULL,
md_extensions = NULL,
pandoc_args = NULL,
template = "default"
)
Arguments
fig_width |
Default width (in inches) for figures |
fig_height |
Default height (in inches) for figures |
fig_crop |
|
dev |
Graphics device to use for figure output (defaults to pdf) |
highlight |
Syntax highlighting style. Supported styles include "default", "tango", "pygments", "kate", "monochrome", "espresso", "zenburn", and "haddock". Pass |
keep_tex |
Keep the intermediate tex file used in the conversion to PDF |
latex_engine |
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex". |
includes |
Named list of additional content to include within the
document (typically created using the |
md_extensions |
Markdown extensions to be added or removed from the
default definition or R Markdown. See the |
pandoc_args |
Additional command line options to pass to pandoc |
template |
Pandoc template to use for rendering. Pass "default" to use the resumer package default template; pass |