A nice looking CV template written by me using Latex.
Inspired by various CV layputs, and some minor code stuff taken from simple-hipstercv. Code snippets taken from the web is indicated in the documentation where they are used in ProCV class file
Put one of the following code blocks in your .tex file preamble. You can just edit the example.tex for your own CV.
Purple theme
\documentclass[purpleprocv]{procv}
Orange theme
\documentclass[orangeprocv]{procv}
Green theme
\documentclass[greenprocv]{procv}
Gray theme
\documentclass[grayprocv]{procv}
- Install latex either manually or by running
make install - The files procv.cls and procv.sty needs to be in the folder with your own CV tex file.
- Use the example.tex as a starting point if you want.
Either use the supplied makefile, or use the Visual Studio code settings below.
Build everything
make
Show pdf
make show
Clean build files
make clean
Clean pdf files
make clean-pdf
- Install extension from VSCode. (https://github.com/James-Yu/LaTeX-Workshop)
- Add the settings in settings.json in this repo to the settings.json for VSCode



