To be used for creating resumes, academic CVs and cover letters (so-called ATS-friendly) with sharing and updating the same data among all the documents.
Copyright (c) 2025 Mariusz Matusiak [email protected]
I'm a coffee-driven being who combines the power of neurons and caffeine in order to develop new technologies and solutions. If you like my work, you can support its future by sending me an espresso injection.
academic/
- a directory with a root academic_cv.tex file including smaller section-specific .tex files to create an academic CV,industry/
- a directory with a root resume.tex file including smaller section-specific .tex files to create an industry resume,cover_letter/
- a directory with a root letter.tex file including smaller section-specific .tex files to create a cover letter,data/
- a directory with section-specific .tex files containing common shared data of an Applicant, including:bibliography/
- a directory with BibLaTeX bibliography files,img/
- a directory to store Applicant's photos (optional, check hiring preferences in your field and location)
.vscode/
- a directory with handy VS Code configuration files.
- installed LaTeX distribution
- shell terminal with the GNU MAKE >= v3.8 support
- Edit Makefile and provide:
- a path to your LaTeX executable ->
latexbin
- your signature (recommended lowercase) ->
signature
- a path where your output files shall be moved ->
cv_storage
- a path to your LaTeX executable ->
- Edit content of the
data/
directory files. - Run:
make (all)
to create all documents at once.
- Run:
make academic
to create the academic CV.
- Run:
make letter
to create the cover letter.
- Run:
make clean
to delete all generated files and output_/ directories.
- Added support for cover letter.
- Added support for academic CV.
Icons provided by: "Font Awesome by Dave Gandy - http://fontawesome.io" and ported to a LaTeX package by Marcel Krueger. Kudos to Font Awesome Team.