Newer
Older
%%% demothesis.tex ---
%%
%% Filename: demothesis.tex
%% Description:
%% Author: Ola Leifler
%% Maintainer:
%% Created: Thu Oct 14 12:52:20 2010 (CEST)
%% Version: $Id$
%% Version:
%% Last-Updated: Thu Apr 20 20:49:56 2017 (+0200)
%% Update #: 166
%% URL:
%% Keywords:
%% Compatibility:
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Commentary:
%%
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Change log:
%%
%%
%% RCS $Log$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Code:
Ola Leifler
committed
\documentclass[msc,tekfak,english]{liuthesis}
%% Settings go in settings.tex
\include{settings}
\usepackage{rotating}
\usepackage{color}
% \usepackage{changebar}
\department{Institutionen för datavetenskap}
\departmentenglish{Department of Computer Science}
\departmentshort{IDA}
Ola Leifler
committed
% 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 very very long title}
\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}
\include{theory}
\include{method}
\include{results}
\include{discussion}
\include{conclusion}
\printbibliography
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% demothesis.tex ends here