From e3abdaea90788caf4ec7012add3bc2d66828962e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 30 Dec 2017 07:06:06 +1100 Subject: 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 --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.1