diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-09-21 20:55:16 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-09-21 20:55:16 +1100 |
commit | a17e65ad5779896c3206ebd1287678ef1ff590c7 (patch) | |
tree | 51b23ad9e901d68b05e95fdcc0ef2757c6e3bf66 | |
parent | 763b46b9667158510d61ee2396d26a1ba59656fb (diff) | |
download | cv-a17e65ad5779896c3206ebd1287678ef1ff590c7.tar.gz cv-a17e65ad5779896c3206ebd1287678ef1ff590c7.tar.bz2 cv-a17e65ad5779896c3206ebd1287678ef1ff590c7.tar.xz cv-a17e65ad5779896c3206ebd1287678ef1ff590c7.zip |
Updated README
-rwxr-xr-x | README.md | 31 |
1 files changed, 24 insertions, 7 deletions
@@ -14,12 +14,26 @@ and included _Font Awesome_ items. I've chosen to cut my resume in a couple of smaller files and to add some macro to make the main latex source code more readable. ```latex -\user{firstname}{LASTNAME} -\linkedin{{link}{Link Description}} -\address{12, Dummy Road, 000000, Dummy Country} -\infos{Dummy infos (birthday, etc...)} -\smartphone{+687 000 000} -\email{mail@dummy-mail.com} +% Define author's name +% Usage: \name{<firstname>}{<lastname>} +% Mandatory +\name{Christophe}{ROGER} + +% Define author's tagline +% Usage: \tagline{<tag line>} +% Mandatory +\tagline{Chef de projet IT} + + +\socialinfo{ + \linkedin{christopheroger} + \viadeo{christopheroger} + \github{darwiin}\\ + \smartphone{+687 831 831} + \email{christophe.roger@gmail.com}\\ + \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ + \infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie} +} ``` To describe your experiences you have first to declare the _experiences_ environment @@ -33,11 +47,14 @@ To describe your experiences you have first to declare the _experiences_ environ \end{experiences} ``` +Then you can fill the environment with \experience and \consultantexperience entries. Each +entry must be separated by the \emptyseparator + ```latex % Begin a new experiences environment to use experience and consultantexperience macro \begin{experiences} -% The experience macro work as below and can be used to describe a job experience +% The experience entry work as below and can be used to describe a job experience \experience {End date} {Experience title}{Enterprise}{Country} {Begin date} { |