cv_document: Output format for vitae

View source: R/cv_document.R

cv_documentR Documentation

Output format for vitae

Description

This output format provides support for including LaTeX dependencies and bibliography entries in extension of the rmarkdown::pdf_document() format.

Usage

cv_document(
  ...,
  pandoc_args = NULL,
  pandoc_vars = NULL,
  base_format = rmarkdown::pdf_document
)

Arguments

...

Arguments passed to rmarkdown::pdf_document().

pandoc_args

Additional command line options to pass to pandoc

pandoc_vars

Pandoc variables to be passed to the template.

base_format

An output format function to be used as the base format.


vitae documentation built on March 31, 2023, 9:33 p.m.