Make current thesis text use CEL template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
\documentclass[dvipsnames]{report}
|
||||
\documentclass{lib/cel-thesis/cel-thesis}
|
||||
|
||||
\usepackage[a4paper,left=3cm,right=3cm,top=2.5cm,bottom=2.5cm]{geometry}
|
||||
\usepackage{float}
|
||||
@@ -12,11 +12,11 @@
|
||||
\pgfplotsset{compat=newest}
|
||||
\usepackage{acro}
|
||||
\usepackage{braket}
|
||||
\usepackage[
|
||||
backend=biber,
|
||||
style=ieee,
|
||||
sorting=nty,
|
||||
]{biblatex}
|
||||
% \usepackage[
|
||||
% backend=biber,
|
||||
% style=ieee,
|
||||
% sorting=nty,
|
||||
% ]{biblatex}
|
||||
\usepackage{todonotes}
|
||||
|
||||
\usetikzlibrary{calc, positioning, arrows}
|
||||
@@ -36,7 +36,16 @@
|
||||
%
|
||||
|
||||
\input{acronyms.tex}
|
||||
\addbibresource{src/thesis/MA.bib}
|
||||
|
||||
\usepackage{babelbib}
|
||||
\setlanguage
|
||||
|
||||
\usepackage{caption}
|
||||
\usepackage{bm}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{todonotes} % great for draft annotations
|
||||
\DeclareCaptionLabelFormat{bf-nodot}{\textbf{#1}~\textbf{#2}}
|
||||
\captionsetup{labelformat=bf-nodot,labelsep=colon}
|
||||
|
||||
%
|
||||
%
|
||||
@@ -44,23 +53,46 @@
|
||||
%
|
||||
%
|
||||
|
||||
\title{Fault Tolerant Quantum Error Correction}
|
||||
% \subtitle{Master's Thesis}
|
||||
\author{Andreas Tsouchlos}
|
||||
\thesisTitle{Fault Tolerant Quantum Error Correction}
|
||||
\thesisType{Master's Thesis}
|
||||
\thesisAuthor{Andreas Tsouchlos}
|
||||
\thesisAdvisor{Prof. Dr.-Ing. Laurent Schmalen}
|
||||
\thesisHeadOfInstitute{Prof. Dr.-Ing. Laurent Schmalen}
|
||||
% \thesisHeadOfInstitute{Prof. Dr.-Ing. Peter Rost}
|
||||
%\thesisHeadOfInstitute{Prof. Dr.-Ing. Peter Rost\\Prof. Dr.-Ing.
|
||||
% Laurent Schmalen}
|
||||
\thesisSupervisor{Jonathan Mandelbaum}
|
||||
\thesisStartDate{01.11.2025}
|
||||
\thesisEndDate{04.05.2026}
|
||||
\thesisSignatureDate{Signature date}
|
||||
\thesisLanguage{english}
|
||||
|
||||
\begin{document}
|
||||
\pagenumbering{roman} % all the preliminaries should be counted roman style
|
||||
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
% \include{chapters/abstract}
|
||||
|
||||
\cleardoublepage
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\tableofcontents
|
||||
\cleardoublepage
|
||||
|
||||
\input{chapters/1_introduction.tex}
|
||||
\input{chapters/2_fundamentals.tex}
|
||||
\input{chapters/3_fault_tolerant_qec.tex}
|
||||
\input{chapters/4_decoding_under_dems.tex}
|
||||
\input{chapters/5_conclusion_and_outlook.tex}
|
||||
|
||||
\printbibliography
|
||||
% \appendix
|
||||
% \listoffigures
|
||||
% \listoftables
|
||||
% \include{abbreviations}
|
||||
|
||||
\bibliography{lib/cel-thesis/IEEEabrv,bibliography}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user