aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/Fading.tex')
-rw-r--r--doc/thesis/Fading.tex23
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 074048d..b80b9e7 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -52,23 +52,36 @@
%% Recompute page margins
\KOMAoptions{DIV=default}
+%% Metadata
+\title{Multipath fading demonstration using software defined radio}
+\author{Naoki Sean Pross \and Sara Cinzia Halter}
+\date{Fall semester 2021}
+
\begin{document}
\hypersetup{pageanchor = false}
- %% TODO: titlepage
+
+ %% TODO: create a proper titlepage
+ \maketitle
+ % \include{tex/titlepage}
\cleardoublepage
\pagenumbering{roman}
+ \setcounter{page}{1}
+
+ \begin{abstract}
+ %% TODO: write abstract
+ Here goes the abstract
+ \end{abstract}
- %% TODO: abstract
- % \begin{abstract}
- % \end{abstract}
+ \tableofcontents
+ \cleardoublepage
\hypersetup{pageanchor = true}
\pagenumbering{arabic}
\setcounter{page}{1}
-
\pagestyle{scrheadings}
+
\include{chapters/introduction}
\include{chapters/theory}
\include{chapters/implementation}