LaTeX Template for LiU thesis
作者:
Ola Leifler
最近上传:
9 年前
许可:
Other (as stated in the work)
摘要:
Thesis template for Linköpings universitet (LiU).
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Thesis template for Linköpings universitet (LiU).
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%% 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 Dec 17 16:28:11 2015 (+0100)
%% By: Ola Leifler
%% Update #: 74
%% URL:
%% Keywords:
%% Compatibility:
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Commentary:
%%
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Change log:
%%
%%
%% RCS $Log$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Code:
\documentclass[msc,lith,showtrims]{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}
\supervisor{Min handledare}
\examiner{Min examinator}
\titleenglish{A very very long title -- with some subtitle as well}
\publicationyear{15}
\currentyearthesisnumber{001}
\dateofpublication{2015-05-08}
\level{A}
%\author{\texttt{\textbackslash author}}
\author{Ola Leifler}
\begin{document}
\chapterstyle{VZ43}
\include{intro}
\include{theory}
\include{method}
\include{results}
\include{discussion}
\include{conclusion}
\printbibliography
% Demonstrates the use of included publications, for graduate-level theses
\ifmsc
\else
\includearticle{scigen}
\includearticletex{scigen}
\fi
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% demothesis.tex ends here