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 /yaac-another-awesome-cv.cls | |
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'
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-x | yaac-another-awesome-cv.cls | 11 |
1 files changed, 11 insertions, 0 deletions
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}% } |