111 lines
3.1 KiB
TeX
111 lines
3.1 KiB
TeX
%\documentclass{PhDThesisED182}
|
|
\documentclass[showNotes, showLineNumbers]{PhDThesisED182}
|
|
%\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
|
|
\Firstname{Firstname}
|
|
\Lastname{Lastname}
|
|
% University
|
|
\UniversityName{Universit\'e de Strasbourg}
|
|
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
|
|
% Labo
|
|
\LaboName{Observatoire Astronomique de Strasbourg (UMR 7550)}
|
|
\LaboLogo{Images/Covers/Logo\_ObAS.pdf}
|
|
% Doctoral school
|
|
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
|
|
\DoctoralSchoolLogo{Images/Covers/logo\_ED182.pdf}
|
|
% Thesis
|
|
\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 begin %%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\include{Covers/FrontCover}
|
|
|
|
\cleardoublepage
|
|
\pagenumbering{roman}
|
|
|
|
\dominitoc % use a mini table of contents for each chapter
|
|
|
|
\ifshowLineNumbers\linenumbers\fi % show line numbers if switched on
|
|
\adjustmtc % to avoid minitoc position issue in the following chapters
|
|
\include{Chapters/ch-Abstract}
|
|
\include{Chapters/ch-Résumé}
|
|
|
|
\adjustmtc
|
|
\include{Chapters/ch-Acknowledgements}
|
|
\include{Chapters/ch-Remerciements}
|
|
|
|
\tableofcontents
|
|
|
|
\adjustmtc
|
|
\include{Appendices/app-Glossary}
|
|
|
|
\adjustmtc
|
|
\include{Appendices/app-Publications}
|
|
|
|
\newpage
|
|
\listoffigures \mtcaddchapter % do not forget "\mtcaddchapter" (ohterwise, conflict with minitoc)
|
|
|
|
\newpage
|
|
\listoftables \mtcaddchapter
|
|
|
|
\cleardoublepage
|
|
\pagenumbering{arabic}
|
|
|
|
\adjustmtc
|
|
\include{Chapters/ch-Introduction}
|
|
|
|
\include{Chapters/ch-Chapter1}
|
|
\include{Chapters/ch-Chapter2}
|
|
\include{Chapters/ch-Chapter3}
|
|
|
|
\adjustmtc
|
|
\include{Chapters/ch-Conclusion}
|
|
|
|
\begin{appendices}
|
|
\include{Appendices/app-AppendixA}
|
|
\end{appendices}
|
|
|
|
\resetboldnames % Remove bold font on \firstauth for global bibliography
|
|
\printbibliography
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
|
|
\cleardoublepage
|
|
\include{Covers/BackCover}
|
|
|
|
\end{document}
|