diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-09-21 21:14:52 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-09-21 21:14:52 +1100 |
commit | 60756655cd605130a52d2b8c8c92293c9a760c3c (patch) | |
tree | 2dc66ff39720c6c88f177c23e822b6e1b82bb274 | |
parent | d49d701b9aa433bb1304d1e0596909e12b9d3558 (diff) | |
parent | c85a8ed6c36b0d8154fc1679714d3b5433cb55cc (diff) | |
download | cv-60756655cd605130a52d2b8c8c92293c9a760c3c.tar.gz cv-60756655cd605130a52d2b8c8c92293c9a760c3c.tar.bz2 cv-60756655cd605130a52d2b8c8c92293c9a760c3c.tar.xz cv-60756655cd605130a52d2b8c8c92293c9a760c3c.zip |
Merge branch 'master' into complete
-rwxr-xr-x | README.md | 33 |
1 files changed, 25 insertions, 8 deletions
@@ -14,15 +14,29 @@ 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 123 456} + \email{christophe.roger@mail.com}\\ + \address{2 Rue du quartier, 98765 Ville, Pays}\\ + \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 +To describe your experiences you have first to declare the **experiences** environment ```latex % Begin a new experiences environment to use experience and consultantexperience macro @@ -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} { |