\documentclass[msc,lith,english]{liuthesis}
%% Settings go in settings.tex
\include{settings}
\usepackage{rotating}
\usepackage{color}
% \usepackage{changebar}
\department{Institutionen för datavetenskap}
\departmentenglish{Department of Computer and Information Science}
\departmentshort{IDA}
% If this is a thesis at the cognitive science study programme, use
% the "area" command to generate a proper (?) ISRN
% \area{KOGVET-A}
% Include an external supervisor on the cover page
% \externalsupervisor{Min företagshandledare}
\supervisor{Min handledare}
\examiner{Min examinator}
\titleenglish{A Concise and Interesting Title}
\subtitleenglish{with an Optional Subtitle}
\titleswedish{En himla bra svensk titel}
\thesissubject{Datateknik}
\publicationyear{2017}
\currentyearthesisnumber{001}
\dateofpublication{2015-05-08}
\author{Författaren}
% Two authors
% \author{\parbox{\textwidth}{Ola Leifler\\
% Alexander Sanner}}
\begin{document}
\chapterstyle{VZ43}
\include{intro-cs}
\include{background}
\include{model}
\include{design}
\include{evaluation}
\include{discussion-cs}
\include{conclusion}
\printbibliography
\end{document}