diff --git a/rapport_inrae/cover_inrae.tex b/rapport_inrae/cover_inrae.tex index d9b78c8d289a70c67520ba8979acb4bf58c1184a..beacbc5ac31d476d41172fef7d21954971fd9dfc 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 0000000000000000000000000000000000000000..4933b8b5c0b5e93440af26f5001f8bf1e59af4eb --- /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}