A simple latex CV template. Inspired by sara-venkatraman/LaTeX-Templates
| Without Icons | With Icons |
A latex backend, such as TeX Live, is required to generate ouput PDFs. A detailed guide on installing LaTeX on Windows, Mac and Linux can be found in this document from NYU: https://guides.nyu.edu/LaTeX/installation
For example, on Ubuntu installation is done using apt:
sudo apt install texlive-full
Similarly, on Fedora installation is done using dnf:
sudo dnf install texlive-scheme-full
Additionally, an editor is needed to customize the template. For VS Code users, the extension LaTeX Workshop greatly facilitates the editing experience by providing automatic compilation on save, command completion, etc.
To create your own CV, edit template/cv.tex. Documentation is provided as comments in the template document.
When changing the file structure, it is necessary to keep the latex template file cv.cls inside the same folder as your CV.
This project is licensed under the MIT License - see the LICENSE.md file for details.