From 8b8e8f30f69f61856ef4fdf60587c37e722f3f04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9tro?= <yann.roberge@polymtl.ca>
Date: Sun, 11 Aug 2024 20:31:40 -0400
Subject: [PATCH] =?UTF-8?q?Tentative=20rat=C3=A9e=20de=20compacter=20la=20?=
 =?UTF-8?q?section=20r=C3=A9f=C3=A9rence.=20Rapetiss=C3=A9=20l'espace=20so?=
 =?UTF-8?q?us=20ma=20photo=20de=20DFF=20pour=20gagner=20un=20minipoil=20d'?=
 =?UTF-8?q?espace=20parce=20que=20j'arrive=20pas=20=C3=A0=20en=20gagner=20?=
 =?UTF-8?q?ailleurs.=20J'aime=20PAS=20=C3=87A.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 yaac-another-awesome-cv.cls | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index 3c788b3..b16d2fe 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -371,7 +371,8 @@
         \idphoto
       \end{minipage}
     }{}
-    \bigskip
+    % \bigskip ÉTAIT BIGSKIP, VIRER LE MEDSKIP ET REMETTRE LE BIGSKIP DÈS QUE JE PEUX
+    \medskip
   }
 }
 
@@ -608,6 +609,17 @@
   \end{minipage}%
   }
 
+\newcommand*\refereeCompact[5]{
+  \hspace{1em}
+  \begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
+    \begin{tabular}{>{}l >{}l >{}l}
+      \multicolumn{2}{l}{\textbf{#1}}\\
+      \multicolumn{2}{l}{\emph{#2}, \textsc{#3}}\\
+      \quad \mailSymbol & \href{mailto:#4}{#4} \quad \faPhone \quad #5 \\
+    \end{tabular}
+  \end{minipage}%
+  }
+
 \newcommand*\refereeMailOnly[4]{
   \hspace{1em}
   \begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
-- 
GitLab