From 25c07c70e7b91557e3a6191e0abb88bd0f87936e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 2 Dec 2016 06:53:14 +1100 Subject: Updated readme with how to write the languages section of the resume. --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a416bfe..5a1491d 100755 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ When declaring the `\documentclass` you can use some option(s) to customize your ```latex % Used with no option, the template will use the 'traditional' -% header formatting your system fonts and the default color scheme +% header layout your system fonts and the default color scheme ie. blue \documentclass{awesome-source-cv} % Used with localFont option the template will use the 'traditional' -% header formatting, fonts included in the fonts directory and the default color scheme +% header layout, fonts included in the fonts directory and the default color scheme \documentclass[localFont]{awesome-source-cv} % Used with localFont option, the template will use the 'alternative' -% header formatting, your system fonts and the default color scheme +% header layout, your system fonts and the default color scheme \documentclass[alternative]{awesome-source-cv} ``` @@ -153,6 +153,24 @@ entry must be separated by the **\emptyseparator** \end{experiences} ``` +### Construct the _languages_ section + +The _languages_ section use the *skills* environment. + +```latex +% Begin a new skills environment and fill it with skill entries + \begin{skills} + +% Render a skill in the skills environment +% Usage: \skill{}{} + \skill{Français}{5} + \skill{Anglais}{4} + +% End the skills environment + \end{skills} +``` + + ## 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). -- cgit v1.2.1