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 16:27:06 +01:00
|
|
|
\documentclass[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}
|
2024-01-07 16:24:57 +01:00
|
|
|
\usepackage[language=english]{lipsum}
|
2024-01-07 16:11:08 +01:00
|
|
|
\usepackage{fontspec}
|
2024-01-07 16:27:06 +01:00
|
|
|
\usepackage{polyglossia}
|
2024-01-07 16:11:08 +01:00
|
|
|
|
2024-01-07 16:31:30 +01:00
|
|
|
\hypersetup{
|
|
|
|
pdfauthor={Sergiu Ivanov},
|
|
|
|
pdftitle={Habilitation thesis},
|
|
|
|
pdfsubject={The full dossier for Sergiu Ivanov's habilation,
|
|
|
|
including a detailed CV and the habilitation thesis.},
|
|
|
|
pdfkeywords={
|
|
|
|
habilitation,
|
|
|
|
cv,
|
|
|
|
research,
|
|
|
|
teaching,
|
|
|
|
natural computing,
|
|
|
|
formal languages,
|
|
|
|
theoretical biology
|
|
|
|
},
|
|
|
|
pdfproducer={lualatex},
|
|
|
|
pdfcreator={lualatex}
|
|
|
|
}
|
|
|
|
|
2024-01-07 16:11:08 +01:00
|
|
|
\setmainfont{Linux Libertine O}
|
|
|
|
\setsansfont{Linux Biolinum O}
|
2024-01-06 23:07:20 +01:00
|
|
|
|
2024-01-07 16:27:06 +01:00
|
|
|
\setdefaultlanguage{english}
|
|
|
|
\setotherlanguages{french}
|
|
|
|
|
2024-01-06 23:07:20 +01:00
|
|
|
\graphicspath{{pics/}}
|
|
|
|
\usetikzlibrary{calc}
|
|
|
|
|
|
|
|
\begin{document}
|
2024-01-07 16:33:34 +01:00
|
|
|
\input{title-page}
|
2024-01-06 23:07:20 +01:00
|
|
|
|
2024-01-07 16:33:34 +01:00
|
|
|
\input{abstracts}
|
2024-01-07 10:21:04 +01:00
|
|
|
\end{document}
|
2024-01-07 10:44:17 +01:00
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% TeX-engine: luatex
|
|
|
|
%%% End:
|