diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-09-10 09:12:36 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-09-10 09:12:36 +1100 |
commit | 442bca4efda3ecafd7f5f2f1e1e780cb1ce48f7e (patch) | |
tree | 7990704629b2d1b7035cda607707b96629389c7a | |
parent | 6aab0e0b3a8f15aa9b05e60506e468cfd378bd76 (diff) | |
download | cv-442bca4efda3ecafd7f5f2f1e1e780cb1ce48f7e.tar.gz cv-442bca4efda3ecafd7f5f2f1e1e780cb1ce48f7e.tar.bz2 cv-442bca4efda3ecafd7f5f2f1e1e780cb1ce48f7e.tar.xz cv-442bca4efda3ecafd7f5f2f1e1e780cb1ce48f7e.zip |
[EVO] Use compact option in example template
-rwxr-xr-x | example/cv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cv.tex b/example/cv.tex index 3b67a54..27d5b39 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -10,7 +10,7 @@ % Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
-\documentclass[localFont,alternative,10pt]{yaac-another-awesome-cv}
+\documentclass[localFont,alternative,10pt,compact]{yaac-another-awesome-cv}
\name{Christophe}{Roger}
\tagline{Architecte Logiciel | Développeur/Concepteur Senior Java/JEE}
\photo{2.5cm}{darwiin}
|