This output format provides support for including LaTeX dependencies and
bibliography entries in extension of the rmarkdown::pdf_document()
format.
cv_document(
...,
pandoc_args = NULL,
pandoc_vars = NULL,
base_format = rmarkdown::pdf_document
)
Arguments passed to rmarkdown::pdf_document().
Additional command line options to pass to pandoc
Pandoc variables to be passed to the template.
An output format function to be used as the base format.