Simple yet tasteful LaTeX templates of CV and cover letter with matching styles.
These templates are based on the letter
class and all code is included in the cover.tex
and cv.tex
files. Although the lack of a dedicated .cls
file is not a prime example of good LaTeX coding practices, these templates provide anyway good decoupling between formatting and content and they are easy to understand.
This project provides a Makefile
to build CV and cover letter in PDF format. The supported targets are:
all
: build CV and cover lettercv
: build CVcover
: build cover letterclean
: remove temporary files created bypdflatex
(i.e.*.out
,*.log
and so on)deepclean
: remove all files removed byclean
as well as the compiled PDF files of CV and cover letterdocker-<target>
: execute any of the preceding target inside a Docker container
These templates are released under the terms of the MIT license. See LICENSE.txt
.