summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-11-19 09:56:07 +1100
committerChristophe Roger <darwiinc@live.fr>2017-11-19 09:56:07 +1100
commitd68b41b12a68638f49652e9cc0590f1a5308f0a6 (patch)
tree70ecdca72a33caf964d9c31ff634fc74f6fd7809 /README.md
parentc7f7b698d4b1119779a977d789f6d5a4698ad872 (diff)
downloadcv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.gz
cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.bz2
cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.tar.xz
cv-d68b41b12a68638f49652e9cc0590f1a5308f0a6.zip
Update README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md20
1 files changed, 10 insertions, 10 deletions
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