summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-07-31 09:03:49 +1100
committerChristophe Roger <darwiinc@live.fr>2016-07-31 09:03:49 +1100
commit57b73fa7522fda9c2670c270f8fecaa7491c0bfb (patch)
tree91d30e083f03fcfe740b7c75787c94d7da0bb5fa /README.md
parentae05b87a20eda95a1b193a6f68b1c06774506778 (diff)
downloadcv-57b73fa7522fda9c2670c270f8fecaa7491c0bfb.tar.gz
cv-57b73fa7522fda9c2670c270f8fecaa7491c0bfb.tar.bz2
cv-57b73fa7522fda9c2670c270f8fecaa7491c0bfb.tar.xz
cv-57b73fa7522fda9c2670c270f8fecaa7491c0bfb.zip
Updated README with new Macro description
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74bfcfd..2da5397 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,36 @@ I have also created little Latex macros to make easier and cleaner Latex source
\smartphone{+687 000 000}
\email{mail@dummy-mail.com}
```
+
+```latex
+ \experience
+ {End date} {Experience title}{Enterprise}{Country}
+ {Begin date} {
+ experience details
+ \begin{itemize}
+ \item Item 1: _Item 1 description_
+ \item Item 2: _Item 2 description_
+ \item Item 3: _Item 3 description_
+ \end{itemize}
+ }
+ {Technology highlights}
+```
+
+```latex
+ \consultantexperience
+ {End date} {Experience title}{Enterprise}{Country}
+ {Begin date} {Client job title}{Clent enterprise}
+ {
+ experience details
+ \begin{itemize}
+ \item Item 1: _Item 1 description_
+ \item Item 2: _Item 2 description_
+ \item Item 3: _Item 3 description_
+ \end{itemize}
+ }
+ {Technology highlights}
+```
+
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