Update Rapport

This commit is contained in:
Arthur
2021-04-16 19:04:16 +02:00
parent 418850502e
commit 7f3a17039f
2 changed files with 91 additions and 117 deletions

View File

@@ -27,65 +27,68 @@
\definecolor{link}{HTML}{4169E1}
\usepackage[bottom=2cm,footskip=8mm]{geometry}
%%% Commandes de mise page propre au projet:
\newcommand{\button}[1]{\textit{\fbox{#1}}}
\newcommand{\classe}[1]{\textit{\textbf{#1}}}
\newmdenv[
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=BurntOrange!5,
fontcolor=BrickRed,
linecolor=Red,
linewidth=1pt]{problemenv}
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=BurntOrange!5,
fontcolor=BrickRed,
linecolor=Red,
linewidth=1pt]{problemenv}
\newcommand{\problem}[1]{
\begin{problemenv}
\sffamily
#1
\end{problemenv}
\begin{problemenv}
\sffamily
#1
\end{problemenv}
}
\newmdenv[
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=ForestGreen!5,
fontcolor=OliveGreen,
linecolor=Green,
linewidth=1pt]{resultenv}
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=ForestGreen!5,
fontcolor=OliveGreen,
linecolor=Green,
linewidth=1pt]{resultenv}
\newcommand{\result}[1]{
\begin{resultenv}
\sffamily
#1
\end{resultenv}
\begin{resultenv}
\sffamily
#1
\end{resultenv}
}
\newmdenv[
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=Cyan!5,
fontcolor=Blue,
linecolor=NavyBlue,
linewidth=1pt]{infoenv}
rightline=false,
topline=false,
bottomline=false,
backgroundcolor=Cyan!5,
fontcolor=Blue,
linecolor=NavyBlue,
linewidth=1pt]{infoenv}
\newcommand{\info}[1]{
\begin{infoenv}
\sffamily
#1
\end{infoenv}
\begin{infoenv}
\sffamily
#1
\end{infoenv}
}
\newcommand{\img}[1]{
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{#1}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{#1}
\end{figure}
}
\newcommand{\imgwlegend}[2]{
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{#1}
\includegraphics[width=0.8\textwidth]{#1}
\caption{#2}
\end{figure}
}
@@ -99,7 +102,7 @@ linewidth=1pt]{infoenv}
\renewenvironment{abstract}[1]
{\bigskip\selectlanguage{#1}%
\begin{center}\bfseries\abstractname\end{center}}
{\par\bigskip}
{\par\bigskip}
% Gestion des keywords
@@ -116,7 +119,7 @@ linewidth=1pt]{infoenv}
\titlehead{
\includegraphics[width=0.25\textwidth]{pics/LOGO-UNICAEN_V-2.1-N.png}
\hfill
%\includegraphics[width=0.25\textwidth]{pics/}
%\includegraphics[width=0.25\textwidth]{pics/}
}
\subject{
\small
@@ -144,29 +147,28 @@ linewidth=1pt]{infoenv}
\small
\hfill\\
Antonin \bsc{Boyon}\\
Thomas \bsc{Lalong}\\
Quentin \bsc{Legot}\\
Arthur \bsc{Page}
Thomas \bsc{Lalong}\\
Quentin \bsc{Legot}\\
Arthur \bsc{Page}
}
\date{}
\newcommand{\placeholderwarning}{
\problem{CECI EST UN PLACEHOLDER. À REMPLACER AVEC LES DONNÉES INDIQUÉES.}
\problem{CECI EST UN PLACEHOLDER. À REMPLACER AVEC LES DONNÉES INDIQUÉES.}
}
\makeglossary
%redaction guide -> https://docs.google.com/document/d/1YfxGWD0GbRxs-OLxRxoA8Sg8OuVYTSKK8HX1ScFYlFA
\begin{document}
\maketitle
\maketitle
\pagenumbering{Roman}
\tableofcontents
\listoffigures
\clearpage
%\begin{abstractpage}
% \begin{abstract}{french}
% \lipsum[1]
@@ -179,16 +181,16 @@ linewidth=1pt]{infoenv}
% %\keywords{test lol boup incroyable rassuré}
%\end{abstractpage}
\pagenumbering{arabic}
\info{Placeholder info}
\problem{Placeholder problem}
\result{Placeholder result}
\input{chapters/chapitre1.tex}
\info{Placeholder info}
\problem{Placeholder problem}
\result{Placeholder result}
\input{chapters/chapitre1.tex}
\input{chapters/chapitre2.tex}
\input{chapters/chapitre3.tex}
\input{chapters/chapitre4.tex}
@@ -198,18 +200,18 @@ linewidth=1pt]{infoenv}
%\input{chapters/conclusion.tex}
\cleardoublepage
\pagebreak
\pagenumbering{roman}
\chapter{Annexes}
\section{Remerciement}
Triss Jacquiot pour le modèle de rapport bien plus beau que l'original
\addcontentsline{toc}{section}{6.2\quad{}Bibliographie}
\begin{thebibliography}{}
\bibitem{ano05}
A. Nonymous et al.\ 2005
\bibitem{oe04}
A.N. Other \& S.O.M. Ebody 2004
\end{thebibliography}
\section{Remerciement}
Triss Jacquiot pour le modèle de rapport bien plus beau que l'original
\addcontentsline{toc}{section}{6.2\quad{}Bibliographie}
\begin{thebibliography}{}
\bibitem{ano05}
A. Nonymous et al.\ 2005
\bibitem{oe04}
A.N. Other \& S.O.M. Ebody 2004
\end{thebibliography}
\end{document}