Create a CV with Quarto
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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).
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.