Moderncv provides a documentclass for typesetting curricula vitae in various styles. Moderncv aims to be both straightforward to use and customizable, providing five ready-made styles (classic, casual, banking, oldstyle and fancy): https://github.com/xdanaux/moderncv
moderncv(
...,
theme = c("casual", "classic", "oldstyle", "banking", "fancy"),
latex_engine = "xelatex"
)
Arguments passed to cv_document
.
The theme used for the template.
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", "xelatex" and "tectonic".
An R Markdown output format object.