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

@@ -0,0 +1,15 @@
\chapter*{Abstract}
\chaptermark{Abstract}
\markboth{ABSTRACT}{ABSTRACT}
\addcontentsline{toc}{chapter}{Abstract}
\stoptoc
\renewcommand\thesection{\arabic{section}}
\setcounter{section}{0}
\renewcommand*{\theHsection}{Abs.\the\value{section}}
...
\renewcommand*{\theHsection}{\theHchapter.\the\value{section}}
\renewcommand\thesection{\thechapter.\arabic{section}}
\resumetoc

View File

@@ -0,0 +1,5 @@
\chapter*{Acknowledgements}
\chaptermark{Acknowledgements}
\markboth{ACKNOWLEDGEMENTS}{ACKNOWLEDGEMENTS}
...

View File

@@ -0,0 +1,4 @@
% Glossary
%Syntax: \newdualentry[acronym options]{label}{abbrv}{long}{description}
\newdualentry[longplural="galaxies"]{GAL}{GAL}{galaxy}{I don't know just an entry to test}

View File

@@ -0,0 +1,18 @@
%%% Add all relevant publications to ./papers.bib
%%% Define \firstauth{Name} and \addboldnames{{Name, I.},{Name, First-Name}} in PhDThesisED182.cls
%%% Will go through all references, add categories based on First Author, Second Author or Contributor
%%% Can also add conference talks and posters as non-articles
\chapter*{List of Publications}
\chaptermark{Publications}
\markboth{PUBLICATIONS}{PUBLICATIONS}
\addcontentsline{toc}{chapter}{List of Publications}
\begin{refsection}
\nocite{*}%
\newrefcontext[sorting=ynt]
\printbibliography[keyword={first},check=JoPR,type=article,heading=subbibliography,title={First Author}]%
\printbibliography[keyword={main},check=JoPR,type=article,heading=subbibliography,title={Main contribution}]%
\printbibliography[keyword={collab},check=JoPR,type=article,heading=subbibliography,title={Analysis team}]%
\printbibliography[keyword={self},nottype=article,heading=subbibliography,title={Conferences}]%
\end{refsection}
\resetboldnames

View File

@@ -0,0 +1,5 @@
\chapter*{Remerciements}
\chaptermark{Remerciements}
\markboth{REMERCIEMENTS}{REMERCIEMENTS}
...

View File

@@ -0,0 +1,15 @@
\chapter*{R\'esum\'e}
\chaptermark{R\'esum\'e}
\markboth{R\'ESUM\'E}{R\'ESUM\'E}
\addcontentsline{toc}{chapter}{R\'esum\'e}
\stoptoc
\renewcommand\thesection{\arabic{section}}
\setcounter{section}{0}
\renewcommand*{\theHsection}{Res.\the\value{section}}
...
\renewcommand*{\theHsection}{\theHchapter.\the\value{section}}
\renewcommand\thesection{\thechapter.\arabic{section}}
\resumetoc