Thesis

LaTeX template for a thesis

Category

thesis

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
%----------------------------------------------------------------------------------------
% Packages and configurations
%----------------------------------------------------------------------------------------

\documentclass[hidelinks,12pt,twoside,a4paper]{report}

\usepackage[a4paper,
            headheight=2cm,
            left=2.5cm,
            right=2.5cm,
            top=2cm,
            bottom=2cm]{geometry}

\usepackage{configuration}

%----------------------------------------------------------------------------------------
% Content
%----------------------------------------------------------------------------------------

\begin{document}
\raggedbottom

%----------------------------------------------------------------------------------------
% Title page
%----------------------------------------------------------------------------------------

\subfile{Around/title_page}

% empty page, to ease reading the pdf in the two page mode, as if it was printed
\shipout\null

%----------------------------------------------------------------------------------------
% Information page
%----------------------------------------------------------------------------------------

\subfile{Around/second_cover}

%----------------------------------------------------------------------------------------
% Abstract
%----------------------------------------------------------------------------------------

\cleardoublepage
\pagestyle{roman}
\setcounter{page}{1} % start numering

% Acknowledgments
\chapter*{Acknowledgments}
\addcontentsline{toc}{chapter}{Acknowledgments}
\subfile{Around/acknowledgments}

% Abstract (English)
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\subfile{Around/abstract_english}

% Abstrac (French)
\chapter*{Résumé}
\addcontentsline{toc}{chapter}{Résumé}
\subfile{Around/abstract_french}

%----------------------------------------------------------------------------------------
% Tables
%----------------------------------------------------------------------------------------

% Table of content
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents

% List of figures
\addcontentsline{toc}{chapter}{List of figures}
\listoffigures

% List of tables
\addcontentsline{toc}{chapter}{List of tables}
\listoftables

% List of abbreviations
\chapter*{\nomname}
\addcontentsline{toc}{chapter}{\nomname}
\subfile{Around/abbreviations}

%----------------------------------------------------------------------------------------
% Content
%----------------------------------------------------------------------------------------

\cleartriplepage
\setcounter{page}{1}
\pagestyle{arabic}

%---------------------------
% Introduction
%---------------------------

\thispagestyle{chaptertitle}
\chapter{Introduction}
\subfile{Content/1a_introduction}

%---------------------------
% Aim of the thesis
%---------------------------

\cleartriplepage
\thispagestyle{chaptertitle}
\chapter{Aim of the thesis}
\cleardoublepage % content on the right
\subfile{Content/2a_objectives}

%---------------------------
% Materials and Methods
%---------------------------

\cleartriplepage
\thispagestyle{chaptertitle}
\chapter{Materials and Methods}
\setcounter{section}{0}
\subfile{Content/3a_methods}

%---------------------------
% Results
%---------------------------

\cleartriplepage
\thispagestyle{chaptertitle}
\chapter{Results}
\setcounter{section}{0}
\subfile{Content/4a_results}

%---------------------------
% Discussion
%---------------------------

\cleartriplepage
\thispagestyle{chaptertitle}
\chapter{Discussion}
\setcounter{section}{0}
\subfile{Content/5a_discussion}

%---------------------------
% Appendix
%---------------------------

\cleartriplepage
\thispagestyle{chaptertitle}
\chapter{Appendix}
\setcounter{section}{0}
\subfile{Around/appendices}

%---------------------------
% References
%---------------------------

\cleartriplepage
\addcontentsline{toc}{chapter}{References}
\renewcommand{\bibname}{References}

\begin{multicols}{2}[\printbibheading]
\thispagestyle{empty}
\printbibliography[heading=none]
\end{multicols}

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