diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-07-31 20:57:10 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-07-31 20:57:10 +1100 |
commit | 6b9defff726f337fbb558b19a6738e2ff6c9bf6a (patch) | |
tree | 63e3528005c6949fd86556ddbf72690a23eb4140 /README.md | |
parent | 7a31118a758ddee2e7e9d3438c57255c251d102b (diff) | |
parent | 0a1a75297715c9333b0edd239b4e14a3a0393b1f (diff) | |
download | cv-6b9defff726f337fbb558b19a6738e2ff6c9bf6a.tar.gz cv-6b9defff726f337fbb558b19a6738e2ff6c9bf6a.tar.bz2 cv-6b9defff726f337fbb558b19a6738e2ff6c9bf6a.tar.xz cv-6b9defff726f337fbb558b19a6738e2ff6c9bf6a.zip |
Merge branch 'master' into full
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -21,6 +21,43 @@ I have also created little Latex macros to make easier and cleaner Latex source \smartphone{+687 000 000} \email{mail@dummy-mail.com} ``` + +```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 + \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} + +% 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 + \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} +\end{experiences} +``` + 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 |