diff options
author | Nao Pross <np@0hm.ch> | 2021-10-31 23:43:23 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-31 23:43:23 +0100 |
commit | a7f21af3c4dbd3190e4b696258c9fb733e425c25 (patch) | |
tree | 31fffd90db460e1532e9aba186da3afb6ed49c71 /doc/thesis/tex | |
parent | Start doc on fading channels (diff) | |
download | Fading-a7f21af3c4dbd3190e4b696258c9fb733e425c25.tar.gz Fading-a7f21af3c4dbd3190e4b696258c9fb733e425c25.zip |
Fix notation and typos, add placeholder titlepage
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 2 | ||||
-rw-r--r-- | doc/thesis/tex/titlepage.tex | 32 |
2 files changed, 2 insertions, 32 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index 3f0d76f..ae33342 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -17,7 +17,7 @@ \PassOptionsToPackage{scrlayer-scrpage}{autooneside = false} \RequirePackage{scrlayer-scrpage} -\setkomafont{pagenumber}{\sffamily\bfseries} +\setkomafont{pagenumber}{\sffamily\bfseries\slshape} \setkomafont{pageheadfoot}{\itshape} % Add marks diff --git a/doc/thesis/tex/titlepage.tex b/doc/thesis/tex/titlepage.tex index 9bcd127..266cde1 100644 --- a/doc/thesis/tex/titlepage.tex +++ b/doc/thesis/tex/titlepage.tex @@ -1,35 +1,5 @@ % vim: set ts=2 sw=2 noet: \begin{titlepage} - \pdfbookmark[1]{\myTitle}{titlepage} - \begin{addmargin}[-1cm]{-3cm} - \begin{center} - \large - - \hfill - - \vfill - - \begingroup - \color{CTtitle}\spacedallcaps{\myTitle} \\ \bigskip - \endgroup - - \spacedlowsmallcaps{\myName} - - \vfill - - % \includegraphics[width=6cm]{gfx/TFZsuperellipse_bw} \\ \medskip - - % \mySubtitle \\ \medskip - % \myDegree \\ - \myDepartment \\ - \myFaculty \\ - \myUni \\ \bigskip - - \myTime\ -- \myVersion - - \vfill - - \end{center} - \end{addmargin} + hello \end{titlepage} |