miunthes Thesis Template for Mid Sweden University
Author
Daniel Bosk
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
The `miunthes` class with example report (from 2013).
The `miunthes` class with example report (from 2013).
% $Id$
% Author: Daniel Bosk <daniel.bosk@miun.se>
%
% These files may freely be used by students for their theses.
%
% If you make some improvements, please send a unified diff (`diff -u`) to
% the author and it might be included in future revisions.
%
\documentclass[a4paper,knd,final]{miunthes} % kandidat
%\documentclass[a4paper,bsc,final]{miunthes} % same as knd, B.Sc.
%\documentclass[a4paper,mag,final]{miunthes} % magister
%\documentclass[a4paper,msc,final]{miunthes} % same as magister, M.Sc.
%\documentclass[a4paper,mst,final]{miunthes} % bologna master, M.Sc.
%\documentclass[a4paper,project,final]{miunthes} % generic project report
\usepackage{fontspec}
\usepackage[english,swedish]{babel}
\usepackage[intoc]{nomencl}
\usepackage{varioref,prettyref}
\usepackage{url}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{listings}
\usepackage[style=numeric-comp,natbib=true]{biblatex}
\bibliography{thesis}
%\usepackage[varioref,prettyref,listings,nomencl]{miunmisc}
\makenomenclature
\subject{datateknik}
\title{Rapportmall för tekniska rapporter}
\subtitle{En anpassning av rapportmallen för LibreOffice\\
till dokumentklassen \texttt{miunthes} för \LaTeX}
\author{Daniel Bosk}
\begin{document}
\begin{titlingpage}
\maketitle
\end{titlingpage}
\frontmatter
\include{abstract-sv}
\cleardoublepage
\include{abstract-en}
\cleardoublepage
\include{preface}
\cleardoublepage
\tableofcontents
\cleardoublepage
\listoffigures
\cleardoublepage
\listoftables
\cleardoublepage
\printnomenclature
\mainmatter
\include{introduction}
\include{theory}
\include{methodology}
\include{implementation}
\include{results}
\include{analysis}
\include{discussion}
\printbibliography
\appendix
\include{sourcecode}
\backmatter
% index etc.
\end{document}