CV template, written in LaTeX, based on Adrien Friggeri CV, slighty modified to use Ethan Schoonover Solarized color palette.
Solarized is provided by @Jubobs xcolor-solarized
- Most of the Friggeri features
- Portrait picture
- Solarized color palette
- PDF metadata (with my copyright, can be modified as per CC BY-SA 3.0)
LaTeX packages
- babel
- biblatex
- blindtext
- enumitem
- changepage
- fancyhdr
- fontspec
- geometry
- graphicx
- hyperref
- hyperxmp
- longtable
- parskip
- tabu
- textpos
- tikz
- unicode-math
- xcolor-solarized
- Modify the cv-config.tex file with your personal details.
- Modify solarcv.cls and set your favorite fonts, you will need a Math font for LaTeX symbols.
- Install all the TeX packages that are required (see the cls files for a list).
- Modify the SolarCV.tex file and adapt to your paper size
- Modify each file under tex directory and substitue each '\blind*' text to your needs.
- Put a photo of yourself under img (FirstnameLastname.png)
- Build it -->
make clean
make
make display
By default make will compile a black&white version of yoour CV, you can build the color version with:
make clean ; make IS_COLOR=1 && make display
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.