From bee7e32278ccddeec83a9e79a9e966929d34bc4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9tro?= <yann.roberge@polymtl.ca>
Date: Thu, 5 May 2022 13:28:09 -0400
Subject: [PATCH] =?UTF-8?q?Peut=20ajouter=20des=20exp=C3=A9riences=20sans?=
 =?UTF-8?q?=20les=20bulles=20de=20technologies?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index 3cfd171..4f9cb60 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -463,12 +463,13 @@
 %  {<Start date}     {
 %                      <Experience description (Could be a list)>
 %                    }
-\newcommand\educationexperience[6]{
+\newcommand\experiencenotechlist[6]{
   \textbf{#1}    & \textbf{#2, \textsc{#3}, #4}   								\\*
   \textbf{#5}    & \begin{minipage}[t]{\rightcolumnlength}
   					         #6
                    \end{minipage}										\\
   }
+\newcommand\educationexperience{\experiencenotechlist}
 
 % Render an experience in the experiences environment; without a title name
 % Usage:
-- 
GitLab