diff options
Diffstat (limited to 'example')
-rwxr-xr-x | example/cv.tex | 6 | ||||
l--------- | example/yaac-another-awesome-cv.cls | 1 | ||||
l--------- | example/yaac.cls | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/example/cv.tex b/example/cv.tex index 644f488..8b336c1 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]{yaac}
+\documentclass[localFont,alternative]{yaac-another-awesome-cv}
\name{Christophe}{ROGER}
\tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE}
@@ -18,8 +18,8 @@ \socialinfo{
\linkedin{christopheroger}
\github{darwiin}\\
- \smartphone{+687 831 831}
- \email{christophe.roger@gmail.com}\\
+ \smartphone{+687 123 456}
+ \email{christophe.roger@mail.com}\\
\address{2 Rue du quartier, 98765 Ville, Pays}\\
\infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
}
diff --git a/example/yaac-another-awesome-cv.cls b/example/yaac-another-awesome-cv.cls new file mode 120000 index 0000000..47c3c89 --- /dev/null +++ b/example/yaac-another-awesome-cv.cls @@ -0,0 +1 @@ +../yaac-another-awesome-cv.cls
\ No newline at end of file diff --git a/example/yaac.cls b/example/yaac.cls deleted file mode 120000 index 7ea33aa..0000000 --- a/example/yaac.cls +++ /dev/null @@ -1 +0,0 @@ -../yaac.cls
\ No newline at end of file |