From 9cec48769cf804f937a71e3c1b26074a4d3e5e3e Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 22 Dec 2021 16:57:21 +0100 Subject: Update titlepage --- doc/thesis/tex/titlepage.tex | 59 +++++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/doc/thesis/tex/titlepage.tex b/doc/thesis/tex/titlepage.tex index 6e66e1f..b4b49bd 100644 --- a/doc/thesis/tex/titlepage.tex +++ b/doc/thesis/tex/titlepage.tex @@ -1,21 +1,46 @@ % vim: set ts=2 sw=2 noet: \begin{titlepage} - -% {\large Multipath Fading Demonstration Platform using Software Defined Radio\par} -% \vspace{1cm} -% {\scshape Naoki Sean Pross \and Sara Cinzia Halter\par} -% \vspace{1cm} -% {\scshape Semester Thesis\par} -% {\scshape December 23, 2021\par} - -% TODO. Picture -% \vfill -% Field of Study \par -% Wireless Communications -% Advisor, Examiner \par -% Prof. Dr. Heinz Mathis -% OST Eastern Switzerland University of Applied Sciences, Rapperswil - - + \newgeometry{ + outer = 3cm, inner = 3cm, + } + \centering + + {\huge\bfseries\sffamily + Multipath Fading Demonstration Platform using Software Defined Radio + \par} + + \vspace{1cm} + + {\large\slshape + Naoki Sean Pross, \qquad Sara Cinzia Halter + \par} + + \vspace{1cm} + + {\scshape + Semester Thesis + \par} + + { + OST --- Eastern Switzerland University of Applied Sciences, Rapperswil + \par} + + {\ + December 23\textsuperscript{rd}, Fall Semster 2021 + \par} + + \vfill + % \includegraphics[width = \linewidth]{figures/} + \resizebox{.9\linewidth}{!}{ + \input{figures/tikz/multipath-sketch} + } + \vfill + + \begin{tabular}{rl} + \bfseries\sffamily Field of Study & Wireless Communications \\ + \bfseries\sffamily Topic & Multipath Fading \\ + \bfseries\sffamily Examiner & Prof. Dr. Heinz Mathis \\ + \end{tabular} + \restoregeometry \end{titlepage} -- cgit v1.2.1