A modern, professional CV template built with LaTeX using the moderncv package.
- LaTeX distribution (TeX Live, MiKTeX, or MacTeX)
moderncvpackage
TeX Live:
tlmgr install moderncvMiKTeX: The package will be installed automatically when you compile.
MacTeX:
sudo tlmgr install moderncv-
Edit
cv.texwith your personal information -
Compile the document:
pdflatex cv.tex
Or use your preferred LaTeX editor/compiler
-
The output will be
cv.pdf
- Modify the theme by changing
\moderncvstyle{classic}tocasual,banking,oldstyle, orfancy - Change colors with
\moderncvcolor{blue}(options:blue,orange,green,red,purple,grey,black) - Adjust margins with the
scaleparameter in\usepackage[scale=0.75]{geometry}
This template is free to use and modify for personal purposes.