From 68b25d6165fd47528371a5cdb111a04d4ff9ca17 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Thu, 16 Jan 2020 14:01:10 +0100
Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20de=20la=20d=C3=A9finition=20d?=
 =?UTF-8?q?es=20logos?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 rapport_inrae/cover_inrae.tex | 20 +++-----------------
 rapport_inrae/logos.tex       | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 17 deletions(-)
 create mode 100644 rapport_inrae/logos.tex

diff --git a/rapport_inrae/cover_inrae.tex b/rapport_inrae/cover_inrae.tex
index d9b78c8..beacbc5 100644
--- a/rapport_inrae/cover_inrae.tex
+++ b/rapport_inrae/cover_inrae.tex
@@ -7,24 +7,10 @@
 
 \vspace{-4.7mm}
 
+
 \begin{minipage}[t][11cm][t]{0.95\textwidth}
-	\hfill
-	\includegraphics[width=3.3cm]{rapport_inrae/logo_inrae_couv_haut.png}
-	
-	\vspace{3mm}
-	
-	\hfill
-	\includegraphics[width=3.3cm]{rapport_inrae/logo_geau.png}
-	
-	\vspace{3mm}
-	
-	\hfill
-	\includegraphics[width=3.3cm]{rapport_inrae/emplacement_logo.jpg}
-	
-	\vspace{3mm}
-	
-	\hfill
-	\includegraphics[width=3.3cm]{rapport_inrae/emplacement_logo.jpg}
+	% "sed" this line to easily replace the default logos with yours
+	\input{rapport_inrae/logos}
 \end{minipage}
 
 
diff --git a/rapport_inrae/logos.tex b/rapport_inrae/logos.tex
new file mode 100644
index 0000000..4933b8b
--- /dev/null
+++ b/rapport_inrae/logos.tex
@@ -0,0 +1,19 @@
+% Example of logos layout for page "cover_inrae.tex"
+
+\hfill
+\includegraphics[width=4cm]{rapport_inrae/logo_inrae_couv_haut.png}
+
+\vspace{3mm}
+
+\hfill
+\includegraphics[width=4cm]{rapport_inrae/logo_geau.png}
+
+\vspace{3mm}
+
+\hfill
+\includegraphics[width=4cm]{rapport_inrae/emplacement_logo.jpg}
+
+\vspace{3mm}
+
+\hfill
+\includegraphics[width=4cm]{rapport_inrae/emplacement_logo.jpg}
-- 
GitLab