hdr/hdr.tex

159 lines
4.2 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[utf8]{inputenc}
\usepackage[T1]{fontenc}
\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}
2024-01-07 09:54:14 +01:00
\usepackage{lipsum}
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}};
% fonte sans empattement pour la page de titre
\fontfamily{fvs}\fontseries{m}\selectfont
\begin{tikzpicture}[remember picture,overlay]
\node[white,rotate=90,anchor=west] at ($(current page.south west)+(23mm,7mm)$)
{\LARGE \textbf{Habilitation à diriger des recherches}};
\end{tikzpicture}
% *****************************************************
% ** LOGO ÉTABLISSEMENT PARTENAIRE SI COTUTELLE
% ** CHANGER L'IMAGE PAR DÉFAUT **
% *****************************************************
\vspace{-13mm} % à ajuster en fonction de la hauteur du logo
\flushright \includegraphics[height=25mm]{logo-ueve.png}
% *****************************************************
% ******************** TITRE **************************
% *****************************************************
\flushright
\vspace{10mm}
\color{Prune}
\fontfamily{cmss}\fontseries{m}\fontsize{27}{29}\selectfont
Pacte avec le Vivant\\
vers des interactions mutuellement bénéfiques avec les systèmes biologiques
\vspace{7mm}
\fontseries{m}
\normalsize
\color{black}
\LARGE{\textit{A Deal with Life: Towards Mutually Beneficial Interactions with
Biological Systems}}
% *****************************************************
\vspace{1.5cm}
\normalsize
\textbf{\Large Habilitation à diriger les recherches\\[2mm]
de l'Université Paris-Saclay}
\vspace{15mm}
\textbf{\large présentée et soutenue à Évry le \textcolor{Red}{30 octobre 2024} par}\\
\bigskip
\LARGE {\color{Prune} \textbf{Sergiu 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}
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}{}
\thispagestyle{empty}
\newgeometry{top=1.5cm, bottom=1.25cm, left=2cm, right=2cm}
\fontfamily{rm}\selectfont
\noindent
\includegraphics[height=23mm]{UPaS}
2024-01-06 23:07:20 +01:00
\vspace{1cm}
\fontfamily{cmss}\fontseries{m}\selectfont
\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{-.5cm}
\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
\begin{multicols}{2}
\noindent \textbf{Abstract:} \lipsum[1-2]
\end{multicols}
\end{mdframed}
% *****************************************************
% ABSTRACTS END
% *****************************************************
2024-01-06 23:07:20 +01:00
\end{document}