Procházet zdrojové kódy

main: corrige style paragraphes

Alexandre Janniaux před 6 roky
rodič
revize
d0fb35d3ab
1 změnil soubory, kde provedl 15 přidání a 11 odebrání
  1. 15 11
      main.tex

+ 15 - 11
main.tex

@@ -20,6 +20,11 @@
 \usepackage{minted}
 \usepackage{verbatim}
 
+\setlength{\parindent}{2em}
+\setlength{\parskip}{0.5em}
+\renewcommand{\baselinestretch}{1.4}
+
+
 \usemintedstyle{tango}
 % TODO: handle reference name
 \makeatletter
@@ -68,36 +73,35 @@ Renforcement de la sécurité d'un lecteur vidéo multiplate-forme par séparati
 \date{19 septembre 2018}
 
 \begin{titlepage}
+\thispagestyle{empty}
+\newgeometry{top=1in,bottom=1in,right=1in,left=1in}
 \includegraphics[scale=0.25]{schemas/TELECOM_PARISTECH_IMT_grise_RVB.eps}\\[1cm]
 
 \center
-\vspace{1em}
+\vspace{-1em}
 \textsc{\huge Renforcement de la sécurité d'un lecteur vidéo multiplate-forme
-par séparation des privilèges}\\[0.5cm] % Minor heading such as course title
-\vspace{2em}
+par séparation des privilèges}\\% Minor heading such as course title
+\vspace{1.5em}
 
 \center
 \includesvg[width=4cm]{schemas/Logo_videolabs_simple}
 
-\vspace{5em}
+\vspace{3em}
 \textsc{\LARGE Rapport de stage --- VideoLabs}\\[0.5cm] % Major heading such as course name
-\textsc{\LARGE Alexandre Janniaux}\\[1.5cm] % Name of your university/college
+\textsc{\LARGE Alexandre Janniaux}\\[0.5cm] % Name of your university/college
+\textsc{\Large19 septembre 2018}
+\vspace{2cm}
 
 \raggedleft
-\begin{minipage}[t]{0.7\textwidth}
+\begin{minipage}[t]{0.55\textwidth}
 \large
 \begin{tabular}{ll}
     \textsc{Enseignant référant:}   & \textsc{Samuel Tardieu} \\
     \textsc{Maitre de stage:}       & \textsc{Thomas Guillem}
 \end{tabular}
 \end{minipage}
-
 \end{titlepage}
 
-\setlength{\parindent}{2em}
-\setlength{\parskip}{0.5em}
-\renewcommand{\baselinestretch}{1.4}
-
 \clearpage
 \section*{Remerciements}
 \input{chapters/thanks}