initial thesis stuff
This commit is contained in:
42
thesis/main.tex
Normal file
42
thesis/main.tex
Normal file
@@ -0,0 +1,42 @@
|
||||
%\documentclass[a4paper,12pt,oneside]{scrreprt}
|
||||
\documentclass[a4paper,12pt]{scrartcl}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{setspace}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{geometry}
|
||||
\usepackage{enumerate}
|
||||
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}
|
||||
|
||||
\title{Development of an Extensible Quantum Computing
|
||||
Simulator with a Focus on Simulation in the Graph Formalism }
|
||||
\author{Daniel Knüttel}
|
||||
\date{22.09.2019}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
%\frontmatter
|
||||
\tableofcontents
|
||||
|
||||
\section{Acknowledgements}
|
||||
|
||||
--
|
||||
|
||||
\section{Abstract}
|
||||
|
||||
--
|
||||
|
||||
%\mainmatter
|
||||
|
||||
\include{chapters/introduction}
|
||||
|
||||
\include{chapters/naive_simulator}
|
||||
|
||||
%\backmatter
|
||||
|
||||
\bibliographystyle{unsrt}
|
||||
\bibliography{main}{}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user