An unsophisticated yet neatly crafted LaTeX template for a CV.
This CV template is released under the MIT license.
Install Docker.
On a non-Linux or non-AMD64 machine (e.g. macOS), run
docker build -t thoughteer/cv .once.
Edit cv.tex and publications.bib (if any), then run
./make.shto produce cv.pdf.
You can change the target language by passing an additional argument as in
./make.sh language=russianThe default language is english.
To clean up after compilation, run
./make.sh cleanNote that this will also remove the PDF.
Just redefine colors in the Colors section of cv.cls.
Add missing packages to the Dockerfile file, then run
docker build -t thoughteer/cv .