summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-08-10 06:43:24 +1100
committerChristophe Roger <darwiinc@live.fr>2016-08-10 06:43:24 +1100
commit60f2e18b4caa46f687a31406ceae6ab82595fb89 (patch)
treefb1ea2840de37096203e513d0263ad82c32f0762 /README.md
parent3db48fa1bad58be9ad2dc5179badfe216eb22692 (diff)
downloadcv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.gz
cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.bz2
cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.tar.xz
cv-60f2e18b4caa46f687a31406ceae6ab82595fb89.zip
Updated readme file
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index 4048c8b..5bb3d4b 100755
--- a/README.md
+++ b/README.md
@@ -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}
-```