LaTeX CV class, with assets, social networks, and customizable styles.
sharp
: Elegant header, to introduce a long resumesimple
: A classic format, perfect for resume with short contacts detailscompact
: design for short CV (1 page), with a left column showing your picture and contact details
Have a look to the themes matrix !
celadon
tan
gray
purple
teal
minuit
- Default theme is red
- If you want a custom scheme, add the following lines right before
\usetheme
statement
\definecolorifnotdef{contrastmain}{RGB}{219,255,242} % Main theme color in contrast mode
\definecolorifnotdef{main}{RGB}{60,76,70} % Main theme color
\definecolorifnotdef{soft}{RGB}{50,64,58} % Soft color, for title
- Run the following command
sudo yum install texlive texlive-xetex texlive-newenviron texlive-xetex-def texlive-xstring texlive-lastpage texlive-libertine texlive-euenc texlive-pbox texlive-needspace texlive-fontawesome fontawesome-fonts texlive-realboxes
- Run the following command
sudo apt-get install texlive-latex-extra texlive-xetex texlive-fonts-extra fonts-linuxlibertine
- Install MikTeX
- All depedencies might be installed automatically on LaTeX processing
- go in
examples
folder - on Windows, edit Makefile, and replace
TEXINPUTS=.:..:
withTEXINPUTS=..
- run:
make clean all
- default theme is
sharp
. To use another exemple, run the following command:
CVTHEME=compact make clean all
If you need some changes in themes, you can have a look to this guide.
- 2014-05-25: even more documentation
- 2014-05-21: quick install guide, custom fields added
- 2014-01-19: working version, lack a bit of documentation
- 2014-01-08: alpha version, almost working