diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-08-10 06:43:24 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-08-10 06:43:24 +1100 |
commit | 60f2e18b4caa46f687a31406ceae6ab82595fb89 (patch) | |
tree | fb1ea2840de37096203e513d0263ad82c32f0762 | |
parent | 3db48fa1bad58be9ad2dc5179badfe216eb22692 (diff) | |
download | cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.gz cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.bz2 cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.xz cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.zip |
Updated readme file
-rwxr-xr-x | README.md | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -22,6 +22,8 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro \email{mail@dummy-mail.com} ``` +The experices section has to follow this template: + ```latex % Begin a new experiences environment to use experience and consultantexperience macro \begin{experiences} @@ -42,7 +44,8 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro % The emptyseparator macro is used to create white space in your experience \emptySeparator -% The consultantexperience macro is very similar to the experience macro, but offer you the possibility tu put client details +% The consultantexperience macro is very similar to the experience macro, but offer you +% the possibility tu put client details \consultantexperience {End date} {Experience title}{Enterprise}{Country} {Begin date} {Client job title}{Clent enterprise} @@ -59,13 +62,3 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro ``` Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro - -```latex -%These two lines will include section_references_demo -\demotrue -\conditionalinput{section_references_demo}{references} - -%These two lines will include references -\demotrue -\conditionalinput{section_references_demo}{references} -``` |