MAU - TS - Thesis Template
Auteur
Filip Moreau
Last Updated
il y a 2 ans
License
Creative Commons CC BY 4.0
Résumé
Unofficial thesis template for writing theses at Malmö University - Faculty of Technology and Society.
Unofficial thesis template for writing theses at Malmö University - Faculty of Technology and Society.
%-------------------------------------------------------------------------------------------------------------------%
% Version: 2.0 %
% Last Modified: 2023-04-24 %
% 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 %
% Version 2.0 - Changed the template to a more common one-column format %
%-------------------------------------------------------------------------------------------------------------------%
%-------------------------------------------------------------------------------------------------------------------%
% This template presents an example of how a Thesis may be structured. %
% Use this template as inspiration for how to structure and write your thesis project, %
% or modify the template to fit your needs. %
%-------------------------------------------------------------------------------------------------------------------%
\documentclass{article}
\usepackage[sorting=none]{biblatex}
\addbibresource{references.bib}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\usepackage{subfig}
\usepackage{float}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{lipsum} % just for dummy text
\begin{document}
\input{Sections/-1_TitlePage}
\input{Sections/0_Abstract}
\input{Sections/1_Introduction}
\input{Sections/2_Method}
\input{Sections/3_Conclusion}
\printbibliography %Note that references will only be printed once used
% \input{Sections/Appendix}
\end{document}