This project contains a curriculum vitae implemented using LaTeX through a single cv.tex file. It is fairly small with approximately 300 lines of code and is easily customizable. Published under the MIT License, you can use this project in accordance with the license with no warranty.
A preview of the CV PDF can be seen here.
- tikz
- posterbox
- tcolorbox
First, clone the repository:
git clone https://github.com/mrom1/latex-curriculum-vitae.git
cd latex-curriculum-vitae
Then, you can use either latexmk
or pdflatex
to build the cv.tex file.
Using latexmk
:
latexmk
Using pdflatex
:
pdflatex cv.tex
Generally, search and replace the text inside cv.tex with your own text while preserving the structure and logic of the cv.tex
file.
Colors are defined as variables at the beginning of the file. Change them to whatever you like.
This is used to display some of the technology stack in a StackOverflow/GitHub style. For example, this line will add two boxes in one row:
\tagbox{C++} \tagbox{Python}
This is used to create an arrow, including the given year, pointing at the middle of the paragraph which describes your previous work. Use it like this:
\yearentry{2015}{Your job description here.}
These are the little dots that give the interviewer a quick overview of the technologies you focused on in your career and how you would judge your proficiency. Simply give it a parameter ranging from 1-10, for example:
\skillpoints{7}