KAU-doctoral-thesis
作者:
Ayeh Mahjoubi
最近上传:
2 年前
许可:
LaTeX Project Public License 1.3c
摘要:
This is an overleaf version of the KAU ph.d template.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%
%% This is file `kaucollectiontemplate.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% kauthesis.dtx (with options: `collectiontemplate')
%%
%% This is a generated file.
%%
%% Copyright (c) 2011-2014 Stefan Berthold <stefan.berthold@kau.se>
%%
%% This file is part of the kauthesis bundle.
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `author-maintained'.
%%
%% The Current Maintainer and author of this work is Stefan Berthold.
%%
%% This work consists of all files listed in manifest.txt.
%%
%% kauthesis.dtx
%% Copyright (c) 2011-2015 Stefan Berthold <stefan.berthold@kau.se>
\documentclass{packages/kaucollection}
\usepackage[inline]{enumitem}
\usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
\usepackage[sectionbib, numbers]{natbib}
\usepackage{chapterbib}
\title{Thesis Title}
\author{Author Name}
\institute{Department of Mathematics and Computer Science}
\place{Karlstad}
\begin{document}
\frontmatter
\begin{abstract}
Brief abstract.
\keywords keywords
\end{abstract}
\begin{acknowledgements}
Acknowledgment.
\end{acknowledgements}
\listofpapers
\subsection*{Other Publications}
\begin{itemize}
\item \textbf{your name}. type of publication, date.
\end{itemize}
\tableofcontents
\mainmatter
% [\vanityquote{%
% Words are a great way to argue.}{%
% Mephistopheles\\--- Faust. The tragedy part one. (1808)\\
% Johann Wolfgang von Goethe}%
% ]%
%More information can find~\cite{help}
\renewcommand*\headfont{\normalfont\small}
\rehead{Introductory Summary}
\lohead{Thesis Title}
\section{Introduction}
\section{Background and Related Work}
\section{Research Questions}
\begin{researchquestions}
\item[Why?] A good reason for ``why?'' being important.
\end{researchquestions}
\section{Research Methods}
\section{Contributions}
\begin{contributions}
\item[Brief description.] What makes this contribution novel?
\end{contributions}
\section{Summary of Appended Papers}
\listofsummaries
\section{Conclusions and Future Work}
% BEGIN PAPERS
\renewcommand*\headfont{\normalfont\small}
\rehead{\thepaper}
\lohead{\thepapertitle}
\input{papers/firstPaper.tex}
\end{document}
\endinput
%%
%% End of file `kaucollectiontemplate.tex'.