-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christophe Roger
committed
Nov 18, 2017
1 parent
c7f7b69
commit d68b41b
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
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 | ||
|
||
**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. | ||
|
||
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 : | ||
|
||
- [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX) | ||
- [ 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{[email protected]}\\ | ||
\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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../yaac-another-awesome-cv.cls |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters