hdr/hdr.tex

168 lines
4.3 KiB
TeX
Raw Normal View History

2024-01-06 23:07:20 +01:00
%%%% Modèle proposé par frederic.mazaleyrat@ens-paris-saclay.fr %%%%
%%%% 3 avril 2021 %%%%
%%%% Modifié par sergiu.ivanov@universite-paris-saclay.fr pour son
%%%% manuscrit de HDR.
%%%% 5 janvier 2024
2024-01-07 09:54:14 +01:00
\documentclass[english,12pt,a4paper]{book}
2024-01-06 23:07:20 +01:00
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{fancyhdr}
\usepackage{amssymb}
2024-01-07 09:54:14 +01:00
\usepackage[dvipsnames]{xcolor}
2024-01-06 23:07:20 +01:00
\definecolor{Prune}{RGB}{99,0,60}
\usepackage{mdframed}
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
\usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes
\usepackage{scrextend} %Forcer la 4eme de couverture en page pair
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{colortbl}
\usepackage{array}
\usepackage{geometry}
\usepackage{hyperref}
\usepackage[language=english]{lipsum}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\setsansfont{Linux Biolinum O}
2024-01-06 23:07:20 +01:00
\graphicspath{{pics/}}
\usetikzlibrary{calc}
\begin{document}
\begin{titlepage}
2024-01-07 09:54:25 +01:00
\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}};
2024-01-07 09:54:25 +01:00
\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}}};
2024-01-07 09:54:25 +01:00
\end{tikzpicture}
% *****************************************************
% ** LOGO ÉTABLISSEMENT PARTENAIRE SI COTUTELLE
% ** CHANGER L'IMAGE PAR DÉFAUT **
% *****************************************************
\vspace{-13mm}
2024-01-07 09:54:25 +01:00
\flushright \includegraphics[height=25mm]{logo-ueve.png}
% *****************************************************
% ******************** TITRE **************************
% *****************************************************
\flushright
\vspace{12mm}
2024-01-07 09:54:25 +01:00
\color{Prune}
\fontsize{29}{29}\selectfont
\textsf{Pacte avec le Vivant}
2024-01-07 09:54:25 +01:00
\vspace{4mm}
\fontsize{23}{30}\selectfont
\textsf{vers des interactions mutuellement bénéfiques avec les
systèmes biologiques}
\vspace{10mm}
2024-01-07 09:54:25 +01:00
\color{black}
\fontsize{21}{32}\selectfont
\textit{\textsf{A Deal with Life: Towards Mutually Beneficial
Interactions with Biological Systems}}
2024-01-07 09:54:25 +01:00
% *****************************************************
\vspace{17mm}
2024-01-07 09:54:25 +01:00
\fontsize{17}{23}\selectfont
\textbf{Habilitation à diriger des recherches\\
2024-01-07 09:54:25 +01:00
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}
2024-01-07 09:54:25 +01:00
\fontsize{25}{20}\selectfont
{\color{Prune} Sergiu \textsc{Ivanov}}
2024-01-07 09:54:25 +01:00
\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}
2024-01-06 23:07:20 +01:00
\end{titlepage}
% *****************************************************
% ABSTRACTS START
% *****************************************************
2024-01-06 23:07:20 +01:00
\Ifthispageodd{\newpage\thispagestyle{empty}\null\newpage}{}
2024-01-06 23:07:20 +01:00
\thispagestyle{empty}
\newgeometry{top=1.5cm, bottom=1.25cm, left=2cm, right=2cm}
\noindent
\includegraphics[height=23mm]{UPaS}
2024-01-06 23:07:20 +01:00
\vspace{1cm}
\small
\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}
2024-01-06 23:07:20 +01:00
\begin{multicols}{2}
\noindent \textbf{Résumé:}\lipsum[1-2]
\end{multicols}
\end{mdframed}
\begin{mdframed}[linecolor=Prune,linewidth=1]
\textbf{Title:} Thesis title in English
\noindent \textbf{Keywords:} Some keywords
\vspace{-5mm}
2024-01-06 23:07:20 +01:00
\begin{multicols}{2}
\noindent \textbf{Abstract:} \lipsum[1-2]
\end{multicols}
\end{mdframed}
% *****************************************************
% ABSTRACTS END
% *****************************************************
2024-01-06 23:07:20 +01:00
2024-01-07 10:21:04 +01:00
\end{document}
2024-01-07 10:44:17 +01:00
%%% Local Variables:
%%% TeX-engine: luatex
%%% End: