Quarto CV/Resume Templates

Just the Document

R packages – build a CV with data!

Building your CV using data frames for education, experience, publications, etc., can make it easier to switch formats and/or keep all of your information in a file and then show only the 3 most recent entries (for example).

  • datadrivencv R package. Slides show you how to use the package and why you might want to use data to build a CV/resume. (no LaTeX, uses CSS, but not actively maintained)

  • vitae R package – provides functions to make Rmarkdown resumes/CVs easy (quarto -> LaTeX)

    • awesomecv

    • hyndman

    • latexcv

    • markdowncv

    • moderncv

    • twentyseconds

  • `typstcv` package (non-LaTeX, HTML-based with CSS)
    Typst is a non-LaTeX way to make paged documents (pdfs, docx) using markdown. Quarto is adopting it, but it is still less developed than LaTeX (which has been around for more than 40 years).