summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-11-17 19:11:42 +1100
committerChristophe Roger <darwiinc@live.fr>2017-11-17 19:11:42 +1100
commit2e05e5336df5c58cbdd8d65b95b77d1c523be4a6 (patch)
tree64d43f1eeca06eae89b54edb569bf52c5a194d64
parent412cec65466dfb7136bc9acf882a1e20dcbee9a5 (diff)
downloadcv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.gz
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.bz2
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.xz
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.zip
[EVO] Renaming project Awesome Source CV -> YAAC: Another Awesome CV
[EVO] Refactoring: Move example cv to example/ subfolder
-rwxr-xr-xREADME.md6
-rw-r--r--cr.pngbin1189993 -> 0 bytes
-rwxr-xr-xexample/cv.tex (renamed from cv.tex)6
-rw-r--r--example/darwiin.pngbin0 -> 12121 bytes
l---------example/fonts1
-rwxr-xr-xexample/section_competences.tex (renamed from section_competences.tex)0
-rwxr-xr-xexample/section_experience.tex (renamed from section_experience.tex)0
-rwxr-xr-xexample/section_experience_short.tex (renamed from section_experience_short.tex)0
-rwxr-xr-xexample/section_headline.tex (renamed from section_headline.tex)0
-rw-r--r--example/section_headline_archi.tex (renamed from section_headline_archi.tex)0
-rwxr-xr-xexample/section_interets.tex (renamed from section_interets.tex)0
-rwxr-xr-xexample/section_langues.tex (renamed from section_langues.tex)0
-rwxr-xr-xexample/section_references.tex (renamed from section_references.tex)0
-rwxr-xr-xexample/section_scolarite.tex (renamed from section_scolarite.tex)0
l---------example/yaac.cls1
-rwxr-xr-xyaac.cls (renamed from awesome-source-cv.cls)2
16 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4686eb5..6306631 100755
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-Awesome Source CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf)
+YAAC: Another Awesome CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf)
=================
## Quick start
-You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw). Feel free to use my [referal link](https://www.overleaf.com/signup?ref=54c221604cd6) if you want to create your account.
+You can edit online **YAAC** template on [Overleaf](https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw). Feel free to use my [referal link](https://www.overleaf.com/signup?ref=54c221604cd6) if you want to create your account.
## About
-**Awesome Source Latex CV** was originally based on a CV template created by Alessandro Plasmati. This template used _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font.
+**YAAC: Another Awesome CV** was first based on a CV template from Alessandro Plasmati. This template used _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font.
**Personal data** has moved on top of the first page just before the position and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font has been replaced by _[Source Sans Pro Font](https://github.com/adobe-fonts/source-sans-pro)_ from Adobe. _[Font Awesome](http://fontawesome.io/)_ icons highlight important elements.
diff --git a/cr.png b/cr.png
deleted file mode 100644
index 2601ea9..0000000
--- a/cr.png
+++ /dev/null
Binary files differ
diff --git a/cv.tex b/example/cv.tex
index 3b3a9df..644f488 100755
--- a/cv.tex
+++ b/example/cv.tex
@@ -10,17 +10,17 @@
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
-\documentclass[localFont,alternative]{awesome-source-cv}
+\documentclass[localFont,alternative]{yaac}
\name{Christophe}{ROGER}
\tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE}
-\photo{2.5cm}{cr}
+\photo{2.5cm}{darwiin}
\socialinfo{
\linkedin{christopheroger}
\github{darwiin}\\
\smartphone{+687 831 831}
\email{christophe.roger@gmail.com}\\
- \address{17 Rue de Bretagne, La Pointe à la Dorade, 98835 Dumbéa, Nouvelle-Calédonie}\\
+ \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/darwiin.png b/example/darwiin.png
new file mode 100644
index 0000000..22ae9ab
--- /dev/null
+++ b/example/darwiin.png
Binary files differ
diff --git a/example/fonts b/example/fonts
new file mode 120000
index 0000000..35bed8b
--- /dev/null
+++ b/example/fonts
@@ -0,0 +1 @@
+../fonts \ No newline at end of file
diff --git a/section_competences.tex b/example/section_competences.tex
index 5ea0e8b..5ea0e8b 100755
--- a/section_competences.tex
+++ b/example/section_competences.tex
diff --git a/section_experience.tex b/example/section_experience.tex
index bb56186..bb56186 100755
--- a/section_experience.tex
+++ b/example/section_experience.tex
diff --git a/section_experience_short.tex b/example/section_experience_short.tex
index c415608..c415608 100755
--- a/section_experience_short.tex
+++ b/example/section_experience_short.tex
diff --git a/section_headline.tex b/example/section_headline.tex
index 668f53a..668f53a 100755
--- a/section_headline.tex
+++ b/example/section_headline.tex
diff --git a/section_headline_archi.tex b/example/section_headline_archi.tex
index 7dc97d4..7dc97d4 100644
--- a/section_headline_archi.tex
+++ b/example/section_headline_archi.tex
diff --git a/section_interets.tex b/example/section_interets.tex
index 8363557..8363557 100755
--- a/section_interets.tex
+++ b/example/section_interets.tex
diff --git a/section_langues.tex b/example/section_langues.tex
index b1ab1be..b1ab1be 100755
--- a/section_langues.tex
+++ b/example/section_langues.tex
diff --git a/section_references.tex b/example/section_references.tex
index b2209dd..b2209dd 100755
--- a/section_references.tex
+++ b/example/section_references.tex
diff --git a/section_scolarite.tex b/example/section_scolarite.tex
index e5051d0..e5051d0 100755
--- a/section_scolarite.tex
+++ b/example/section_scolarite.tex
diff --git a/example/yaac.cls b/example/yaac.cls
new file mode 120000
index 0000000..7ea33aa
--- /dev/null
+++ b/example/yaac.cls
@@ -0,0 +1 @@
+../yaac.cls \ No newline at end of file
diff --git a/awesome-source-cv.cls b/yaac.cls
index 6becd11..58d1e9f 100755
--- a/awesome-source-cv.cls
+++ b/yaac.cls
@@ -17,7 +17,7 @@
%
% This work consists of the files awesome-source-cv.cls
-\ProvidesClass{awesome-source-cv}[2017/05/2017 v1.6.2 Awesome Source CV Class]
+\ProvidesClass{yaac}[2017/11/17 v1.7.0 'YAAC: Another Awesome CV' Class]
\LoadClass[a4paper]{article}