Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 920 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 920 Bytes

Neat CV

An unsophisticated yet neatly crafted LaTeX class for the CV.

License

Neat CV is released under the MIT license.

Requirements

All you need is to install Docker.

Usage

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.

Customization

Color scheme

Just redefine colors in the "Colors" section of the neatcv.cls file.

Additional LaTeX packages

Add missing Debian packages to the Dockerfile file, then run

docker build -t thoughteer/neat-cv .

Example

CV