summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-12-30 07:06:06 +1100
committerChristophe Roger <darwiinc@live.fr>2017-12-30 07:06:06 +1100
commite3abdaea90788caf4ec7012add3bc2d66828962e (patch)
tree246f6b73d26d2e35a9ab7c76ca8faf81f0df9231 /README.md
parente25a946331200267520afd6bf91275480d144253 (diff)
downloadcv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.gz
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.bz2
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.xz
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.zip
v1.8.0
[EVO] Create a keywords environment for the skills section [EVO] Create a keywordsentry macro to list your awesome skills as keywords [EVO] Create a referees environment [EVO] Create referee macro [EVO] Update README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md52
1 files changed, 50 insertions, 2 deletions
diff --git a/README.md b/README.md
index e90d3f2..e8f3065 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-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)
+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.8.0/cv.pdf)
=================
## Quick start
@@ -100,6 +100,19 @@ Use the `\makecvheader`command to generate the header.
\makecvheader
```
+### Construct the _comptences_ or _skills_ section
+
+To list your awesome skills as keyword lists you first have to declare the `keywords` environment and then fill it with a list of keywordsentry
+
+```latex
+% Begin a new keywords environment to show us your awesome keywords
+ \begin{keywords}
+
+ % Here's go your keyword lists group by categories
+ \keywordsentry{Frameworks}{Spring, Spring Boot, \textbf{Ionic 3}, Angular 2, Angular 4, ZK, JBoss RichFaces}
+ \end{keywords}
+```
+
### Construct the _experiences_ section
To describe your experiences you have first to declare the `experiences` environment
@@ -172,7 +185,7 @@ The _languages_ section use the **skills** environment.
### Construct the _scolarship_ section
-The _scolarship_ section ise the **scolarship** environment.
+The _scolarship_ section use the **scolarship** environment.
```latex
\begin{scholarship}
@@ -186,6 +199,41 @@ The _scolarship_ section ise the **scolarship** environment.
\end{scholarship}
```
+### Construct the _references_ section
+
+The _references_ section use the **references** environment.
+
+```latex
+ \begin{references}
+
+ % Here's go your references
+
+ \end{references}
+```
+
+Then you can list your references as follow:
+
+```latex
+ \begin{referees}
+ \referee
+ {John Snow}
+ {Lord Commander of the Night Watch}
+ {Night Watch}
+ {john.snow@nightwatch.org}
+ {+687 987 654}
+
+ \referee
+ {Géry Loutre}
+ {Architecte logiciel}
+ {Cafat}
+ {ref1@cafat.nc}
+ {+687 987 654}
+
+ \begin{referees}
+```
+
+Note that this template
+
## License
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).