cv/template/README.md
2022-10-19 10:38:48 +02:00

28 lines
869 B
Markdown

# About
Fork of the ShareLateX version of the [Friggeri CV](https://www.sharelatex.com/templates/cv-or-resume/fancy-cv) from Adrien Friggeri changed to render in A4 paper format. There is also a new option `nocolors` to disable use of colors in section headers.
![](samples/cv.png?raw=true)
## Usage
Run `make pdf` to create the PDF (`cv.pdf`).
See `make help` for an overview of available targets.
This template needs the following dependencies installed:
* TikZ (header)
* XeTex and fontspec (custom fonts)
* biblatex/biber (publications)
* textpos (aside)
## Options
* `print`: renders in black and white, and reverts the header to dark on light
* `nocolors`: no colors in section headers (but still use dark header)
![](samples/cv_nocolors.png?raw=true)
## License
[MIT License](https://opensource.org/licenses/MIT), Copyright (C) 2017, Marvin Frommhold