diff --git a/README.md b/README.md index 93b7482..e90d3f2 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -YAAC: Another Awesome CV [![CircleCI](https://circleci.com/gh/darwiin/yaac-another-awesome-cv.svg?style=svg)](https://circleci.com/gh/darwiin/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) +YAAC: Another Awesome CV [![CircleCI](https://circleci.com/gh/darwiin/yaac-another-awesome-cv.svg?style=svg)](https://circleci.com/gh/darwiin/yaac-another-awesome-cv) [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/yaac-another-awesome-cv/releases/download/v1.7.0/cv.pdf) ================= ## Quick start -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. +You can edit online **YAAC: Another Awesome CV** 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 @@ -11,7 +11,7 @@ You can edit online **YAAC** template on [Overleaf](https://www.overleaf.com/lat **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. -Unlike _Alessandro Plasmati_ CV template, all layout stuff in **Awesome Source Latex CV** has moved in the Latex class file _awesome-source-cv.cls_ to imptove source code readability. +Unlike _Alessandro Plasmati_ CV template, all layout stuff in **YAAC: Another Awesome CV** has moved in the Latex class file _yaac-another-awesome-cv.cls_ to improve source code readability and style reusability. More informations about the original Alessandro Plasmati template can be found here : @@ -19,24 +19,24 @@ More informations about the original Alessandro Plasmati template can be found h - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) -## How to use **Awesome Source CV** latex class +## How to use **YAAC: Another Awesome CV** latex class -### Use the **Awesome Source CV** options +### Use the **YAAC: Another Awesome CV** options When declaring the `\documentclass` you can use option(s) to customize your CV rendering. ```latex % Used with no option, the template will use the 'traditional' % header layout your system fonts and the default color scheme ie. blue -\documentclass{awesome-source-cv} +\documentclass{yaac-another-awesome-cv} % Used with localFont option the template will use the 'traditional' % header layout, fonts included in the fonts directory and the default color scheme -\documentclass[localFont]{awesome-source-cv} +\documentclass[localFont]{yaac-another-awesome-cv} % Used with localFont option, the template will use the 'alternative' % header layout, your system fonts and the default color scheme -\documentclass[alternative]{awesome-source-cv} +\documentclass[alternative]{yaac-another-awesome-cv} ``` @@ -90,7 +90,7 @@ Put these command in the `\socialinfo` wrapper. Feel free to add `\\` when you w \smartphone{+687 123 456} \email{christophe.roger@mail.com}\\ \address{2 Rue du quartier, 98765 Ville, Pays}\\ - \infos{Né le 23 septembre 1982 (34 ans) à Nouméa, Nouvelle-Calédonie} + \infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie} } ``` @@ -188,6 +188,6 @@ The _scolarship_ section ise the **scolarship** environment. ## License -Latex class file _awesome-source-cv.cls_ is published under the term of the [LPPL Version 1.3c](https://www.latex-project.org/lppl.txt). +Latex class file _yaac-another-awesome-cv_ is published under the term of the [LPPL Version 1.3c](https://www.latex-project.org/lppl.txt). All content files are published under the term of the [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode). \ No newline at end of file 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 diff --git a/yaac.cls b/yaac-another-awesome-cv.cls similarity index 99% rename from yaac.cls rename to yaac-another-awesome-cv.cls index 58d1e9f..330605f 100755 --- a/yaac.cls +++ b/yaac-another-awesome-cv.cls @@ -17,7 +17,7 @@ % % This work consists of the files awesome-source-cv.cls -\ProvidesClass{yaac}[2017/11/17 v1.7.0 'YAAC: Another Awesome CV' Class] +\ProvidesClass{yaac-another-awesome-cv}[2017/11/17 v1.7.0 'YAAC: Another Awesome CV' Class] \LoadClass[a4paper]{article}