From c9a2dee89b0dc1a62a727be90fd9aa8769c69917 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 25 Oct 2016 22:51:21 +1100 Subject: Updated README.md Cleaner cls file --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32e7775..bb8b268 100755 --- a/README.md +++ b/README.md @@ -21,18 +21,44 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle ## How to use **Awesome Source CV** latex class +### Construct the header + ```latex % Define author's name % Usage: \name{}{} % Mandatory \name{Christophe}{ROGER} +% Define author's photo (optional) +% Usage \photo{}{} +\photo{2.5cm}{darwiin} + % Define author's tagline % Usage: \tagline{} % Mandatory \tagline{Chef de projet IT} ``` +```latex +% Render author's linked-in (optional) +% Usage: \linkedin{} +\linkedin{christopheroger} + +% Render author's viadeo(optional) +% Usage: \viadeo{} +\viadeo{christopheroger} + +% Render author's github (optional) +% Usage: \github{} +\github{darwiin} + +% Render author's email (optional) +% Usage: \email{} +\email{christophe.roger@mail.com} +``` + +The command above must be integrated in the `\socialinfo` wrapper + ```latex \socialinfo{ \linkedin{christopheroger} @@ -45,7 +71,9 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle } ``` -To describe your experiences you have first to declare the **experiences** environment +### Construct the _experiences_ section + +To describe your experiences you have first to declare the `experiences` environment ```latex % Begin a new experiences environment to use experience and consultantexperience macro -- cgit v1.2.1