Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Roger committed Nov 18, 2017
1 parent c7f7b69 commit d68b41b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions README.md
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}
```

Expand Down Expand Up @@ -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}
}
```

Expand Down Expand Up @@ -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).
6 changes: 3 additions & 3 deletions example/cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
% 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}
\photo{2.5cm}{darwiin}
\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}
}
Expand Down
1 change: 1 addition & 0 deletions example/yaac-another-awesome-cv.cls
1 change: 0 additions & 1 deletion example/yaac.cls

This file was deleted.

2 changes: 1 addition & 1 deletion yaac.cls → yaac-another-awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit d68b41b

Please sign in to comment.