diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-09-10 09:08:39 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-09-10 09:08:39 +1100 |
commit | 6aab0e0b3a8f15aa9b05e60506e468cfd378bd76 (patch) | |
tree | 2d9c2d15479b218cb865f2180ebb145af6a609ef /README.md | |
parent | 023e0ba0b3fe5e1065a5022340b7ed04f3de8063 (diff) | |
download | cv-6aab0e0b3a8f15aa9b05e60506e468cfd378bd76.tar.gz cv-6aab0e0b3a8f15aa9b05e60506e468cfd378bd76.tar.bz2 cv-6aab0e0b3a8f15aa9b05e60506e468cfd378bd76.tar.xz cv-6aab0e0b3a8f15aa9b05e60506e468cfd378bd76.zip |
[EVO] Add documentation according to new 'compact' document class option
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -38,6 +38,11 @@ More informations about the original Alessandro Plasmati template can be found h ### Use the **YAAC: Another Awesome CV** options When declaring the `\documentclass` you can use option(s) to customize your CV rendering. +1. **localFont** to use the fonts included in the _fonts_ folder +2. **alternative** to use the _alternative header_ layout +3. **10pt** or **11pt** or **12pt** to change the font size +4. **compact** to reduce vertical space between you experience entries + ```latex % Used with no option, the template will use the 'traditional' @@ -57,6 +62,10 @@ When declaring the `\documentclass` you can use option(s) to customize your CV r % Based on the article document class, size options are 10pt, 11pt and 12pt \documentclass[localFont,alternative,10pt]{yaac-another-awesome-cv} +% Used with 'compact' option the template will use the compact experience layout +% Feel free to use this option with the others that are available +\documentclass[compact]{yaac-another-awesome-cv} + ``` ### Construct the header |