Skip to contents

A template for academic CVs. This is an evolution of the first one, though has slightly different aesthetic features you can see for yourself. For more information, see here: http://svmiller.com/blog/2016/03/svm-r-markdown-cv/. You can also check my current CV.

Usage

cv2(...)

templ_cv2()

Arguments

...

Arguments to rmarkdown::pdf_document.

About YAML header fields

This section documents some of the YAML fields to know for this template.

FIELDDESCRIPTION
authorname of the author
jobtitleappears as first row in the CV
addressappears as second row in the CV
fontawesomelogical, defaults to TRUE. If TRUE, use fontawesome icons
emailyour email, for the third row
githuboptional, displays Github user name on third row
orcidoptional, displays ORCID ID on third row
phoneoptional, displays your phone number on third row
weboptional, displays your domain name on third row
updatedoptional, displays (on third row) when file was last updated. If FALSE or omitted, date of update is communicated in footer
rdateformatoptional, but takes R syntax to format date of update.
keywordsnot terribly useful, but some keywords to embed in PDF so Google may find it

Additional Comments

The fontawesome argument calls the fontawesome5 package in LaTeX. This assumes the use of TeXLive 2015 at the latest.

latex_engine is hard-set as "xelatex". This permits greater flexibility in use of fonts through the mainfont argument you can specify in the YAML.

I'll be frank that disabling fontawesome doesn't make much sense to me, though the option is there if you want it. The CV just won't look as nice with it disabled.

fontawesome controls the use of icons in the header, though icons for ORCID and OSF come from the academicicons package. Everything else comes from fontawesome5.