diff options
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/titlepage.tex | 59 |
1 files 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} |