update templates
This commit is contained in:
15
Thesis/Preamble/Abstract.tex
Normal file
15
Thesis/Preamble/Abstract.tex
Normal 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
|
||||
5
Thesis/Preamble/Acknowledgements.tex
Normal file
5
Thesis/Preamble/Acknowledgements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Acknowledgements}
|
||||
\chaptermark{Acknowledgements}
|
||||
\markboth{ACKNOWLEDGEMENTS}{ACKNOWLEDGEMENTS}
|
||||
|
||||
...
|
||||
4
Thesis/Preamble/Glossary.tex
Normal file
4
Thesis/Preamble/Glossary.tex
Normal 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}
|
||||
18
Thesis/Preamble/Publications.tex
Normal file
18
Thesis/Preamble/Publications.tex
Normal 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
|
||||
5
Thesis/Preamble/Remerciements.tex
Normal file
5
Thesis/Preamble/Remerciements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Remerciements}
|
||||
\chaptermark{Remerciements}
|
||||
\markboth{REMERCIEMENTS}{REMERCIEMENTS}
|
||||
|
||||
...
|
||||
15
Thesis/Preamble/Resume.tex
Normal file
15
Thesis/Preamble/Resume.tex
Normal 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
|
||||
Reference in New Issue
Block a user