An unsophisticated yet neatly crafted LaTeX class for the CV.
Neat CV is released under the MIT license.
All you need is to install Docker.
Clone the repo, edit cv.tex
and publications.bib
(if any), then run
$ ./make.sh
This will produce cv.pdf
.
You can change the target language by passing an additional argument as in
$ ./make.sh language=russian
The default language is english
.
To clean up the directory after compilation, run
$ ./make.sh clean
Note, this will also remove the PDF.
Just redefine colors in the "Colors" section of the neatcv.cls
file.
Add missing Debian packages to the Dockerfile
file, then run
docker build -t thoughteer/neat-cv .