Split out the title page and the abstracts.
This commit is contained in:
parent
7d79cb0575
commit
d04a8411d9
3 changed files with 120 additions and 129 deletions
34
abstracts.tex
Normal file
34
abstracts.tex
Normal file
|
@ -0,0 +1,34 @@
|
|||
\Ifthispageodd{\newpage\thispagestyle{empty}\null\newpage}{}
|
||||
\thispagestyle{empty}
|
||||
\newgeometry{top=1.5cm, bottom=1.25cm, left=2cm, right=2cm}
|
||||
|
||||
\noindent
|
||||
\includegraphics[height=23mm]{UPaS}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\small
|
||||
|
||||
\begin{french}
|
||||
\begin{mdframed}[linecolor=Prune,linewidth=1]
|
||||
\textbf{Titre:} Titre de la thèse en français
|
||||
|
||||
\noindent \textbf{Mots clés :} Quelques mots-clé
|
||||
|
||||
\vspace{-5mm}
|
||||
\begin{multicols}{2}
|
||||
\noindent \textbf{Résumé :} \lipsum[1-2]
|
||||
\end{multicols}
|
||||
\end{mdframed}
|
||||
\end{french}
|
||||
|
||||
\begin{mdframed}[linecolor=Prune,linewidth=1]
|
||||
\textbf{Title:} Thesis title in English
|
||||
|
||||
\noindent \textbf{Keywords:} Some keywords
|
||||
|
||||
\vspace{-5mm}
|
||||
\begin{multicols}{2}
|
||||
\noindent \textbf{Abstract:} \lipsum[1-2]
|
||||
\end{multicols}
|
||||
\end{mdframed}
|
131
hdr.tex
131
hdr.tex
|
@ -54,136 +54,9 @@
|
|||
\usetikzlibrary{calc}
|
||||
|
||||
\begin{document}
|
||||
\input{title-page}
|
||||
|
||||
\begin{titlepage}
|
||||
\newgeometry{left=6cm,bottom=2cm, top=1cm, right=1cm}
|
||||
|
||||
\tikz[remember picture,overlay]
|
||||
\node[opacity=1,inner sep=0pt] at (-13mm,-135mm)
|
||||
{\includegraphics{Bandeau_UPaS.pdf}};
|
||||
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[white,rotate=90,anchor=west] at ($(current page.south west)+(24mm,7mm)$)
|
||||
{\fontsize{26}{29} \textsf{\textbf{Habilitation à diriger des recherches}}};
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
% *****************************************************
|
||||
% ** LOGO ÉTABLISSEMENT PARTENAIRE SI COTUTELLE
|
||||
% ** CHANGER L'IMAGE PAR DÉFAUT **
|
||||
% *****************************************************
|
||||
\vspace{-13mm}
|
||||
\flushright \includegraphics[height=25mm]{logo-ueve.png}
|
||||
|
||||
|
||||
% *****************************************************
|
||||
% ******************** TITRE **************************
|
||||
% *****************************************************
|
||||
\flushright
|
||||
\vspace{12mm}
|
||||
\color{Prune}
|
||||
\fontsize{29}{29}\selectfont
|
||||
\textsf{Pacte avec le Vivant}
|
||||
|
||||
\vspace{4mm}
|
||||
|
||||
\fontsize{23}{30}\selectfont
|
||||
\textsf{vers des interactions mutuellement bénéfiques avec les
|
||||
systèmes biologiques}
|
||||
|
||||
\vspace{10mm}
|
||||
|
||||
\color{black}
|
||||
\fontsize{21}{32}\selectfont
|
||||
\textit{\textsf{A Deal with Life: Towards Mutually Beneficial
|
||||
Interactions with Biological Systems}}
|
||||
% *****************************************************
|
||||
|
||||
|
||||
\vspace{17mm}
|
||||
|
||||
\fontsize{17}{23}\selectfont
|
||||
\textbf{Habilitation à diriger des recherches\\
|
||||
de l'Université Paris-Saclay}
|
||||
|
||||
\vspace{17mm}
|
||||
|
||||
\fontsize{15}{20}\selectfont
|
||||
\textbf{présentée et soutenue à Évry le \textcolor{Red}{30 octobre 2024} par}
|
||||
|
||||
\vspace{6mm}
|
||||
|
||||
\fontsize{25}{20}\selectfont
|
||||
{\color{Prune} Sergiu \textsc{Ivanov}}
|
||||
|
||||
\vfill
|
||||
|
||||
\flushleft
|
||||
|
||||
\scriptsize
|
||||
\begin{tabular}{|p{7cm}l}
|
||||
\arrayrulecolor{Prune}
|
||||
{\footnotesize \textbf{Composition du jury}}\\
|
||||
& \\
|
||||
\textbf{Prénom Nom} & Président/e\\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Rapportrice \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Rapporteur \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinatrice \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinateur \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinateur \\
|
||||
Titre, Affiliation & \\
|
||||
\end{tabular}
|
||||
\end{titlepage}
|
||||
|
||||
|
||||
% *****************************************************
|
||||
% ABSTRACTS START
|
||||
% *****************************************************
|
||||
|
||||
\Ifthispageodd{\newpage\thispagestyle{empty}\null\newpage}{}
|
||||
\thispagestyle{empty}
|
||||
\newgeometry{top=1.5cm, bottom=1.25cm, left=2cm, right=2cm}
|
||||
|
||||
\noindent
|
||||
\includegraphics[height=23mm]{UPaS}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\small
|
||||
|
||||
\begin{french}
|
||||
\begin{mdframed}[linecolor=Prune,linewidth=1]
|
||||
\textbf{Titre:} Titre de la thèse en français
|
||||
|
||||
\noindent \textbf{Mots clés :} Quelques mots-clé
|
||||
|
||||
\vspace{-5mm}
|
||||
\begin{multicols}{2}
|
||||
\noindent \textbf{Résumé :} \lipsum[1-2]
|
||||
\end{multicols}
|
||||
\end{mdframed}
|
||||
\end{french}
|
||||
|
||||
\begin{mdframed}[linecolor=Prune,linewidth=1]
|
||||
\textbf{Title:} Thesis title in English
|
||||
|
||||
\noindent \textbf{Keywords:} Some keywords
|
||||
|
||||
\vspace{-5mm}
|
||||
\begin{multicols}{2}
|
||||
\noindent \textbf{Abstract:} \lipsum[1-2]
|
||||
\end{multicols}
|
||||
\end{mdframed}
|
||||
|
||||
% *****************************************************
|
||||
% ABSTRACTS END
|
||||
% *****************************************************
|
||||
|
||||
\input{abstracts}
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
|
|
84
title-page.tex
Normal file
84
title-page.tex
Normal file
|
@ -0,0 +1,84 @@
|
|||
\begin{titlepage}
|
||||
\newgeometry{left=6cm,bottom=2cm, top=1cm, right=1cm}
|
||||
|
||||
\tikz[remember picture,overlay]
|
||||
\node[opacity=1,inner sep=0pt] at (-13mm,-135mm)
|
||||
{\includegraphics{Bandeau_UPaS.pdf}};
|
||||
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[white,rotate=90,anchor=west] at ($(current page.south west)+(24mm,7mm)$)
|
||||
{\fontsize{26}{29} \textsf{\textbf{Habilitation à diriger des recherches}}};
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
% *****************************************************
|
||||
% ** LOGO ÉTABLISSEMENT PARTENAIRE SI COTUTELLE
|
||||
% ** CHANGER L'IMAGE PAR DÉFAUT **
|
||||
% *****************************************************
|
||||
\vspace{-13mm}
|
||||
\flushright \includegraphics[height=25mm]{logo-ueve.png}
|
||||
|
||||
|
||||
% *****************************************************
|
||||
% ******************** TITRE **************************
|
||||
% *****************************************************
|
||||
\flushright
|
||||
\vspace{12mm}
|
||||
\color{Prune}
|
||||
\fontsize{29}{29}\selectfont
|
||||
\textsf{Pacte avec le Vivant}
|
||||
|
||||
\vspace{4mm}
|
||||
|
||||
\fontsize{23}{30}\selectfont
|
||||
\textsf{vers des interactions mutuellement bénéfiques avec les
|
||||
systèmes biologiques}
|
||||
|
||||
\vspace{10mm}
|
||||
|
||||
\color{black}
|
||||
\fontsize{21}{32}\selectfont
|
||||
\textit{\textsf{A Deal with Life: Towards Mutually Beneficial
|
||||
Interactions with Biological Systems}}
|
||||
% *****************************************************
|
||||
|
||||
|
||||
\vspace{17mm}
|
||||
|
||||
\fontsize{17}{23}\selectfont
|
||||
\textbf{Habilitation à diriger des recherches\\
|
||||
de l'Université Paris-Saclay}
|
||||
|
||||
\vspace{17mm}
|
||||
|
||||
\fontsize{15}{20}\selectfont
|
||||
\textbf{présentée et soutenue à Évry le \textcolor{Red}{30 octobre 2024} par}
|
||||
|
||||
\vspace{6mm}
|
||||
|
||||
\fontsize{25}{20}\selectfont
|
||||
{\color{Prune} Sergiu \textsc{Ivanov}}
|
||||
|
||||
\vfill
|
||||
|
||||
\flushleft
|
||||
|
||||
\scriptsize
|
||||
\begin{tabular}{|p{7cm}l}
|
||||
\arrayrulecolor{Prune}
|
||||
{\footnotesize \textbf{Composition du jury}}\\
|
||||
& \\
|
||||
\textbf{Prénom Nom} & Président/e\\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Rapportrice \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Rapporteur \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinatrice \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinateur \\
|
||||
Titre, Affiliation & \\
|
||||
\textbf{Prénom Nom} & Examinateur \\
|
||||
Titre, Affiliation & \\
|
||||
\end{tabular}
|
||||
\end{titlepage}
|
Loading…
Reference in a new issue