Create a CV with Quarto

[This article was first published on schochastics - all things R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

This post was semi automatically converted from blogdown to Quarto and may contain errors. The original can be found in the archive.

In this post, I will introduce a few extensions for Quarto to create nicely looking CVs. Disclaimer: the underlying templates where not created by me but where adopted from these LaTeX templates for CVs and resumes and this modern Latex CV.

Creating the templates was quite straightforward (I wish I had time to write a detailed post about that…). I took the original tex files, renamed them to template.tex and replaced a lot of the hardcoded information with placeholders for the yaml header. If you are keen on learning how to create such a template compare the template.tex file with the original latex files and the the yaml header in template.qmd.

Since every quarto template needs to live in its own repository, I also created an overview repository which gathers all templates in one place. In total, I have implemented four templates (so far).

classic-cv


repository link

quarto use template schochastics/classic-cv

modern-cv


repository link

quarto use template schochastics/modern-cv

modern2-cv


repository link

quarto use template schochastics/modern2-cv

Reuse

Citation

BibTeX citation:
@online{schoch2023,
  author = {Schoch, David},
  title = {Create a {CV} with {Quarto}},
  date = {2023-07-17},
  url = {http://blog.schochastics.net/posts/2023-07-17_create-a-cv-with-quarto},
  langid = {en}
}
For attribution, please cite this work as:
Schoch, David. 2023. “Create a CV with Quarto.” July 17, 2023. http://blog.schochastics.net/posts/2023-07-17_create-a-cv-with-quarto.
To leave a comment for the author, please follow the link and comment on their blog: schochastics - all things R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)