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 = "pdflatex" )
... | Arguments passed to |
---|---|
theme | The theme used for the template. |
latex_engine | LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex". |
An R Markdown output format object.