update templates

This commit is contained in:
2025-11-12 17:13:43 +01:00
parent 63f66fbf02
commit 3202ab8096
114 changed files with 1178 additions and 2034 deletions

View File

@@ -1,22 +1,21 @@
%\documentclass{PhDThesisED182}
\documentclass[showNotes, showLineNumbers]{PhDThesisED182}
%! TeX Program = pdflatex
%! TeX Root = ./NAME_Thesis.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
\Firstname{Firstname}
\Lastname{Lastname}
\author{Firstname}{Lastname}
% University
\UniversityName{Universit\'e de Strasbourg}
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
\University{Universit\'e de Strasbourg}{Figures/Covers/Logo\_Unistra.pdf}
% Labo
\LaboName{Observatoire Astronomique de Strasbourg (UMR 7550)}
\LaboLogo{Images/Covers/Logo\_ObAS.pdf}
\Labo{Observatoire Astronomique de Strasbourg (UMR 7550)}{Figures/Covers/Logo\_ObAS.pdf}
% Doctoral school
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
\DoctoralSchoolLogo{Images/Covers/logo\_ED182.pdf}
\DoctoralSchool{\'Ecole Doctorale de physique et chimie-physique}{Figures/Covers/logo\_ED182.pdf}
% Thesis
\ThesisDate{XX mois 20XX}
\TitreThese{Le titre de la thèse en français.}
@@ -50,61 +49,54 @@
\firstauth{Name}
\addboldnames{{Name, Firstname},{Name, I.}}
\makeglossaries
%%%%%%%%%%%%%%%% Document begin %%%%%%%%%%%%%%%%
\begin{document}
\include{Covers/FrontCover}
\cleardoublepage
\clearemptydoublepage
\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}
\adjustmtc % to avoid minitoc position issue in the following chapters
\include{Preamble/Acknowledgements}
\include{Preamble/Remerciements}
\tableofcontents
\adjustmtc
\include{Appendices/app-Glossary}
\adjustmtc
\include{Appendices/app-Publications}
\newpage
\listoffigures \mtcaddchapter % do not forget "\mtcaddchapter" (ohterwise, conflict with minitoc)
\listoffigures
\newpage
\listoftables \mtcaddchapter
\cleardoublepage
\listoftables
% Define Glossary terms
\include{Preamble/Glossary}
\printglossaries
\adjustmtc
\include{Preamble/Publications}
\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
\include{Preamble/Abstract}
\include{Preamble/Resume}
\newpage
\include{Chapters/Chapter1}
\include{Chapters/Chapter2}
\include{Chapters/Chapter3}
\printbibliography
\addcontentsline{toc}{chapter}{Bibliography}
\cleardoublepage
\begin{appendices}
\include{Appendices/AppendixA}
\end{appendices}
\clearemptydoublepage
\include{Covers/BackCover}
\end{document}