From a7f21af3c4dbd3190e4b696258c9fb733e425c25 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 23:43:23 +0100 Subject: Fix notation and typos, add placeholder titlepage --- doc/thesis/Fading.tex | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'doc/thesis/Fading.tex') 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} -- cgit v1.2.1