diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-12-30 07:06:06 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-12-30 07:06:06 +1100 |
commit | e3abdaea90788caf4ec7012add3bc2d66828962e (patch) | |
tree | 246f6b73d26d2e35a9ab7c76ca8faf81f0df9231 /example/section_references.tex | |
parent | e25a946331200267520afd6bf91275480d144253 (diff) | |
download | cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.gz cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.bz2 cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.xz cv-e3abdaea90788caf4ec7012add3bc2d66828962e.zip |
v1.8.0
[EVO] Create a keywords environment for the skills section
[EVO] Create a keywordsentry macro to list your awesome skills as keywords
[EVO] Create a referees environment
[EVO] Create referee macro
[EVO] Update README
Diffstat (limited to 'example/section_references.tex')
-rwxr-xr-x | example/section_references.tex | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/example/section_references.tex b/example/section_references.tex index 15ca797..a51f1ad 100755 --- a/example/section_references.tex +++ b/example/section_references.tex @@ -10,12 +10,20 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Références -\sectionTitle{Références}{\faQuoteLeft} +\sectionTitle{Références}{\faCommentsO} -\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - %\multicolumn{2}{l}{} \\ - \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ - \quad \faMobilePhone & +687 987 654 & \quad \faMobilePhone & +33 6 12 34 56 78\\ - \quad \faPhone & +687 255 654 & \quad \faPhone& +33 4 87 65 43 21\\ - \quad \mailSymbol & \href{mailto:ref1@cafat.nc}{ref1@cafat.nc} & \quad \mailSymbol & \href{mailto:ref2@fr.ibm.com}{ref2@fr.ibm.com}\\ -\end{tabular}
\ No newline at end of file +\begin{referees} + \referee + {Jon Snow} + {Lord Commander} + {Night's Watch} + {john.snow@nightwatch.org} + {+687 987 654} + \referee + {Géry Loutre} + {Architecte logiciel} + {Cafat} + {ref1@cafat.nc} + {+687 987 654} + +\end{referees}
\ No newline at end of file |