diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-08-09 05:22:46 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-08-09 05:22:46 +1100 |
commit | 732b37d39d9ffab11ae4674548e898d71d25867b (patch) | |
tree | 3c6116faba256358c9738c63e251063aef591416 | |
parent | f3721774ae53dc9414eb4f0d1bb263d597e713a2 (diff) | |
parent | 52d65b7d90ac06e8d486fde1225a3d8986d09b86 (diff) | |
download | cv-732b37d39d9ffab11ae4674548e898d71d25867b.tar.gz cv-732b37d39d9ffab11ae4674548e898d71d25867b.tar.bz2 cv-732b37d39d9ffab11ae4674548e898d71d25867b.tar.xz cv-732b37d39d9ffab11ae4674548e898d71d25867b.zip |
Merge branch 'local-github'
-rwxr-xr-x | example/section_references.tex | 3 | ||||
-rwxr-xr-x | yaac-another-awesome-cv.cls | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/example/section_references.tex b/example/section_references.tex index 6848745..b780797 100755 --- a/example/section_references.tex +++ b/example/section_references.tex @@ -19,10 +19,9 @@ {IBM} {nicolas.comete@fr.ibm.com} {+33 6 75 00 98 56} - \referee + \refereeMailOnly {Géry Loutre} {Ingénieur en développement Senior} {Vlocity} {gery.loutre@gmail.com} - {} \end{referees}
\ No newline at end of file diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 6a752a7..d4b957c 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -456,5 +456,16 @@ \quad \faPhone & #5 \\ \end{tabular} \end{minipage}% + } + +\newcommand*\refereeMailOnly[4]{ + \hspace{1em} + \begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em} + \begin{tabular}{>{}l >{}l} + \multicolumn{2}{l}{\textbf{#1}}\\ + \multicolumn{2}{l}{\emph{#2}, \textsc{#3}}\\ + \quad \mailSymbol & \href{mailto:#4}{#4} \\ + \end{tabular} + \end{minipage}% } |