diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-10-25 22:51:21 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-10-25 22:51:21 +1100 |
commit | c9a2dee89b0dc1a62a727be90fd9aa8769c69917 (patch) | |
tree | 4008b58cb9f224c7b34d9822a8810e83caafba8d /README.md | |
parent | 55eb91b49ee5b204f8dff9df5c446fc0c6edbca5 (diff) | |
download | cv-c9a2dee89b0dc1a62a727be90fd9aa8769c69917.tar.gz cv-c9a2dee89b0dc1a62a727be90fd9aa8769c69917.tar.bz2 cv-c9a2dee89b0dc1a62a727be90fd9aa8769c69917.tar.xz cv-c9a2dee89b0dc1a62a727be90fd9aa8769c69917.zip |
Updated README.md
Cleaner cls file
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -21,12 +21,18 @@ 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{<firstname>}{<lastname>} % Mandatory \name{Christophe}{ROGER} +% Define author's photo (optional) +% Usage \photo{<diameter>}{<photo>} +\photo{2.5cm}{darwiin} + % Define author's tagline % Usage: \tagline{<tag line>} % Mandatory @@ -34,6 +40,26 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle ``` ```latex +% Render author's linked-in (optional) +% Usage: \linkedin{<linked-in-nick>} +\linkedin{christopheroger} + +% Render author's viadeo(optional) +% Usage: \viadeo{<viadeo-nick>} +\viadeo{christopheroger} + +% Render author's github (optional) +% Usage: \github{<github-nick>} +\github{darwiin} + +% Render author's email (optional) +% Usage: \email{<email adress>} +\email{christophe.roger@mail.com} +``` + +The command above must be integrated in the `\socialinfo` wrapper + +```latex \socialinfo{ \linkedin{christopheroger} \viadeo{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 |