Templates

PhD Thesis SheffieldHallam

Preview

PhD Thesis SheffieldHallam

A structured, parameter-driven LaTeX template for PhD candidates at Sheffield Hallam University (SHU). Supports Overleaf import. Covers front matter, chapters, ethics, appendices, bibliography, and submission checklist.

Category

phd

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
% ============================= Sheffield Hallam University PhD Template =============================
\documentclass[a4paper,12pt,oneside,numbered,times,print,index,custommargin]{PhDThesisPSnPDF}
\input{config/preamble}

% ======================== Thesis Information & Meta-data ========================
% Students should edit: config/thesis-info.tex and config/ethics-approvals.tex
\input{config/thesis-info}

% ================================ Front Matter ==================================
\begin{document}

\maketitle
\include{frontmatter/declaration}
\include{frontmatter/abstract}

\include{frontmatter/acknowledgements}

\include{frontmatter/publications}
\include{frontmatter/quote}

% ======================= Adding TOC and List of Figures =======================
\tableofcontents
\listoffigures
\listoftables

% Nomenclature (enable and populate in chapters as needed)
\printnomenclature[3em]

% ================================ Main Matter ==================================
\mainmatter

\include{chapters/Ch1-Intro}
\include{chapters/Ch2_systematicReview}
\include{chapters/Ch2_B_systematicReview}
\include{chapters/Ch3_SNN_NH}
\include{chapters/CH3_attention}
\include{chapters/Ch4_AppEventCam}
\include{chapters/Ch5_eventCamHRI}
\include{chapters/CH6_conclusion_future}

% ================================ Back Matter ==================================

% Appendices
\begin{appendices}
\include{appendices/appendixchap2}
\include{appendices/appendixchap3}
\include{appendices/appendixchap4}
\include{appendices/appendixchap5}
\end{appendices}

% Bibliography
\begin{spacing}{0.9}
  \bibliography{bib/bibliography}
  \bibliographystyle{apalike}
\end{spacing}

% Index
\printthesisindex

\end{document}
Preview
PhD Thesis SheffieldHallam preview
PhD Thesis SheffieldHallam LaTeX Template | Bibby | Bibby AI