
MAU - TS - Thesis Template
Author
Filip Moreau
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Resumé
Unofficial thesis template for writing theses at Malmö University - Faculty of Technology and Society.

%-------------------------------------------------------------------------------------------------------------------%
% Version: 1.1 %
% Last Modified: 2021-06-08 %
% By: Filip Moreau (filip.moreau@hotmail.com) %
% Author: Filip Moreau (filip.moreau@hotmail.com) %
%-------------------------------------------------------------------------------------------------------------------%
%-------------------------------------------------------------------------------------------------------------------%
% Changelog: %
% %
% Version 1.0 - Template created %
% Version 1.1 - Added spacing between the rows in the title and subtitle %
%-------------------------------------------------------------------------------------------------------------------%
%-------------------------------------------------------------------------------------------------------------------%
% This template presents an example of how a Thesis may be structured. %
% The template is meant to be used for any degree project at Malmö University - Faculty of Technology and Society. %
% Use this template as inspiration for how to structure and write your thesis project, %
% or modify the template to fit your needs. %
% %
% Template derived from the IEEE Conference Template Example: %
% https://www.overleaf.com/latex/templates/ieee-conference-template-example/nsncsyjfmpxy %
%-------------------------------------------------------------------------------------------------------------------%
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{biblatex}
\addbibresource{references.bib}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{subfig}
\usepackage{float}
\usepackage{amssymb}
\usepackage{setspace}
\begin{document}
\input{Sections/-1_TitlePage}
\input{Sections/0_Title}
\input{Sections/1_Introduction}
\input{Sections/2_Method}
\input{Sections/3_Conclusion}
%\input{Sections/4_Acknowledgement}
\printbibliography %Note that references will only be printed once used
%\input{Sections/Appendix}
\end{document}