diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-19 09:56:07 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-19 09:56:07 +1100 |
commit | d68b41b12a68638f49652e9cc0590f1a5308f0a6 (patch) | |
tree | 70ecdca72a33caf964d9c31ff634fc74f6fd7809 /example | |
parent | c7f7b698d4b1119779a977d789f6d5a4698ad872 (diff) | |
download | cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.gz cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.bz2 cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.xz cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.zip |
Update README
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 |