Convert to a resume
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"
)
Default width (in inches) for figures
Default height (in inches) for figures
TRUE
to automatically apply the pdfcrop
utility (if available) to pdf figures
Graphics device to use for figure output (defaults to pdf)
Syntax highlighting style. Supported styles include "default", "tango", "pygments", "kate", "monochrome", "espresso", "zenburn", and "haddock". Pass NULL
to prevent syntax highlighting.
Keep the intermediate tex file used in the conversion to PDF
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex".
Named list of additional content to include within the
document (typically created using the includes
function).
Markdown extensions to be added or removed from the
default definition or R Markdown. See the rmarkdown_format
for
additional details.
Additional command line options to pass to pandoc
Pandoc template to use for rendering. Pass "default" to use the resumer package default template; pass NULL
to use pandoc's built-in template; pass a path to use a custom template that you've created.