87 lines
2.3 KiB
TeX
87 lines
2.3 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% 4eme.tex — Back cover
|
|
%%% Template for the back cover of theses prepared at
|
|
%%% the Institut Polytechnique de Paris
|
|
%%% This file is included via \includepdf[pages=1]{4eme.pdf} in the main document.
|
|
%%% Must be compiled first, and compile main after they are treated as independant pdf documents
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% PLEASE NOTE: this information must fit on a single page
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%Form — Replace the parameters with your information
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\newcommand{\logoEd}{ed}
|
|
\newcommand{\PhDTitleFR}{titre (en français)}
|
|
\newcommand{\keywordsFR}{3 à 6 mots clés}
|
|
\newcommand{\abstractFR}{\lipsum[1-3]}
|
|
|
|
\newcommand{\PhDTitleEN}{titre (en anglais)}
|
|
\newcommand{\keywordsEN}{3 à 6 mots clés}
|
|
\newcommand{\abstractEN}{\lipsum[1-3]}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% Back cover layout
|
|
%%% DO NOT CHANGE ANYTHING
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\clearpage
|
|
\thispagestyle{empty}
|
|
\newgeometry{left=16mm, top=30mm, right=16mm, bottom=30mm}
|
|
|
|
%%% Doctoral school logo
|
|
\begin{textblock*}{61mm}(16mm,3mm)
|
|
\noindent\includegraphics[height=24mm]{media/ed/\logoEd.jpeg}
|
|
\end{textblock*}
|
|
|
|
%%% Title and summary in French
|
|
\begin{center}
|
|
\fcolorbox{black}{white}{\parbox{0.95\textwidth}{
|
|
{\bf Titre:} \PhDTitleFR
|
|
\medskip
|
|
|
|
{\bf Mots clés:} \keywordsFR
|
|
\vspace{-2mm}
|
|
|
|
\begin{multicols}{2}
|
|
{\bf Résumé:}
|
|
\abstractFR
|
|
\end{multicols}
|
|
}}
|
|
\end{center}
|
|
|
|
\vspace*{0mm}
|
|
|
|
%%% Title and summary in English
|
|
\begin{center}
|
|
\fcolorbox{black}{white}{\parbox{0.95\textwidth}{
|
|
{\bf Title:} \PhDTitleEN
|
|
|
|
\medskip
|
|
|
|
{\bf Keywords:} \keywordsEN
|
|
\vspace{-2mm}
|
|
\begin{multicols}{2}
|
|
|
|
{\bf Abstract:}
|
|
\abstractEN
|
|
\end{multicols}
|
|
}}
|
|
\end{center}
|
|
|
|
%%% IPParis footer
|
|
\begin{textblock*}{161mm}(10mm,270mm)
|
|
\color{black}
|
|
{\bf\noindent Institut Polytechnique de Paris}
|
|
|
|
\noindent
|
|
\noindent 91120 Palaiseau, France
|
|
\end{textblock*}
|
|
|
|
\begin{textblock*}{20mm}(175mm,265mm)
|
|
\includegraphics[width=20mm]{media/IPPARIS-petit}
|
|
\end{textblock*}
|
|
|
|
\restoregeometry
|