hdr/hdr.tex

78 lines
2.0 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 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}
\usepackage[language=english]{lipsum}
\usepackage{fontspec}
2024-01-07 16:27:06 +01:00
\usepackage{polyglossia}
\usepackage{titlesec}
\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}
}
\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}
\titleformat{\chapter}[frame]
{\itshape\color{Prune}}
{\filright
\normalsize
\enspace Chapter \thechapter\enspace}
{10mm}
{\fontsize{35}{20}\selectfont\normalfont\bfseries\filright\hspace{1ex}}
\titleformat{\section}{\Large\normalfont\bfseries\color{Prune}}{\thesection \hspace{1ex}}{1ex}{}
\titleformat{\subsection}{\large\normalfont\bfseries\color{Prune}}{\thesubsection \hspace{1ex}}{1ex}{}
\titleformat{\subsubsection}{\normalsize\normalfont\bfseries\color{Prune}}{}{1ex}{}
2024-01-06 23:07:20 +01:00
\graphicspath{{pics/}}
\usetikzlibrary{calc}
\begin{document}
\input{title-page}
2024-01-06 23:07:20 +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: