From 6ce7239d79d441407c66c3bc8d58ba3f601873a5 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 26 Oct 2016 00:15:16 +1100 Subject: Updated README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb8b268..dfd3013 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Awesome Source CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg) **Awesome Source Latex CV** is based on a CV template created by Alessandro Plasmati. The original template use _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font. -Original Alessandro Plasmati template and more informations can be found here : +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) @@ -17,12 +17,14 @@ Unlike _Alessandro Plasmati_ CV template, all layout stuff in **Awesome Source L ## Quick start -You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw). Feel free to use my [invite link](https://www.overleaf.com/signup?ref=54c221604cd6) if you want to create your account. +You can edit online **Awesome Source Latex CV** 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. ## How to use **Awesome Source CV** latex class ### Construct the header +Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name`and `\tagline`. + ```latex % Define author's name % Usage: \name{}{} @@ -39,6 +41,8 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle \tagline{Chef de projet IT} ``` +Most social network have their command to render a clickable link or simple text label. + ```latex % Render author's linked-in (optional) % Usage: \linkedin{} @@ -57,7 +61,7 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle \email{christophe.roger@mail.com} ``` -The command above must be integrated in the `\socialinfo` wrapper +The command above must be integrated in the `\socialinfo` wrapper. You are free to add `\\` when you want to force a new line. ```latex \socialinfo{ -- cgit v1.2.1