vitae (version 0.3.0)

awesomecv: Output formats for CVs

Description

Each function is a wrapper for cv_document to produce curriculum vitae

Usage

awesomecv(..., latex_engine = "xelatex")

hyndman(...)

latexcv(..., theme = c("classic", "modern", "rows", "sidebar", "two_column"))

moderncv( ..., theme = c("casual", "classic", "oldstyle", "banking", "fancy"), latex_engine = "pdflatex" )

twentyseconds(...)

Arguments

Arguments passed to cv_document.

latex_engine

LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex".

theme

The theme used for the template.

Value

An R Markdown output format object.