78 lines
2.4 KiB
TeX
78 lines
2.4 KiB
TeX
%! TeX Program = pdflatex
|
|
%! TeX Root = ./NAME_ThesisSummary.tex
|
|
|
|
%\documentclass{PhDThesis}
|
|
\documentclass[showNotes,showLineNumbers]{PhDThesis}
|
|
%\modulolinenumbers[5] % Change line numbering every N lines
|
|
|
|
%\renewcommand{\familydefault}{\sfdefault} % Uncomment to default to sans serif font
|
|
|
|
%%%%%%%%%%%%%%%% Fill in for Front and Back Covers %%%%%%%%%%%%%%%%
|
|
% Author name
|
|
\author{Firstname}{Name}
|
|
% University name and logo
|
|
\University{Universit\'e de Strasbourg}{Figures/Covers/Logo\_Unistra.pdf}
|
|
% Labo name and logo
|
|
\Labo{Observatoire Astronomique de Strasbourg (UMR 7550)}{Figures/Covers/Logo\_ObAS.pdf}
|
|
% Doctoral school name and logo
|
|
\DoctoralSchool{\'Ecole Doctorale de physique et chimie-physique}{Figures/Covers/logo\_ED182.pdf}
|
|
% Thesis title and subtitle in French and English
|
|
\ThesisDate{XX mois 20XX}
|
|
\TitreThese{Le titre de la thèse en français.}
|
|
\SousTitreThese{Un sous titre.}
|
|
\ThesisTitle{Title of the thesis in english.}
|
|
\ThesisSubTitle{A subtitle.}
|
|
\resume{1000 caract\`eres maximum}
|
|
\motscles{Mot-clé1, Mot-clé2, Mot-clé3}
|
|
\abstract{1000 letters max}
|
|
\keywords{Keyword1, Keyword2, Keyword3}
|
|
% Discipline
|
|
\Discipline{Physique}
|
|
\Speciality{}
|
|
% Directeurs
|
|
\directeurs{
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
}
|
|
% Rapporteurs
|
|
\rapporteurs{
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
}
|
|
% Jury
|
|
\jury{
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
|
}
|
|
% Define first author and name(s) to be put in bold face in the List of publications
|
|
\firstauth{Name}
|
|
\addboldnames{{Name, Firstname},{Name, I.}}
|
|
|
|
%%%%%%%%%%%%%%%% Document begins %%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
%% Front Cover
|
|
\include{Pages/FrontCover}
|
|
|
|
%% Jury proposal
|
|
%\includepdf[pages={-},offset=<offset in x>mm <offset in y>mm]{myfile.pdf}
|
|
\includepdf[pages={-}]{Pages/Proposition_jury_doctorat_2024.pdf}
|
|
|
|
\pagenumbering{arabic}
|
|
\ifshowLineNumbers\linenumbers\fi % show line numbers if switched on
|
|
|
|
%% Abstract
|
|
\include{Pages/Resume}
|
|
|
|
%% Publication list
|
|
\include{Pages/Publications}
|
|
|
|
%% Training certificates
|
|
\includepdf[pages={-}]{Pages/Attestation_formations_suivies.pdf}
|
|
|
|
%% Back Cover
|
|
\include{Pages/BackCover}
|
|
|
|
\end{document}
|