diff --git a/latex/contents.tex b/latex/contents.tex index 9ae6fd0..a99a459 100644 --- a/latex/contents.tex +++ b/latex/contents.tex @@ -9,7 +9,7 @@ Ici je cite une grande référence \cite{test} \section{Une autre section} \begin{figure}[h] \centering - \includegraphics[width=0.5\textwidth]{example-image} % Remplacez par votre image + %\includegraphics[width=0.5\textwidth]{example-image} % Remplacez par votre image \caption{Ceci est un exemple de figure.} \label{fig:example} \end{figure} diff --git a/latex/template/page_garde.tex b/latex/template/page_garde.tex index 7e0d908..8d23368 100644 --- a/latex/template/page_garde.tex +++ b/latex/template/page_garde.tex @@ -7,6 +7,6 @@ \node at (6.8, -7) {\large \firstcouverture}; \node at (6.8, -17) {{\sffamily\secondcouverture}}; %\node at (11.5, -12.2) {\includegraphics[height=3cm]{\imagecouverture}}; - \node at (15.05, -0.3) {\includegraphics[width=3cm]{\imagecouverture}}; + %\node at (15.05, -0.3) {\includegraphics[width=3cm]{\imagecouverture}}; \end{tikzpicture} \newpage \ No newline at end of file diff --git a/latex/template/premiere_page.tex b/latex/template/premiere_page.tex index 149deb8..2102d2a 100644 --- a/latex/template/premiere_page.tex +++ b/latex/template/premiere_page.tex @@ -17,7 +17,7 @@ \node at (6.8, -7) {\large \firstcouverture}; \node at (6.8, -17) {\secondcouverture}; %\node at (11.5, -12.2) {\includegraphics[height=3cm]{\imagecouverture}}; - \node at (15.05, -0.3) {\includegraphics[width=3cm]{\imagecouverture}}; + %\node at (15.05, -0.3) {\includegraphics[width=3cm]{\imagecouverture}}; \end{tikzpicture} \newpage \AddToShipoutPicture{\BackgroundPic} \ No newline at end of file