basic refactoring

This commit is contained in:
paul-loedige 2021-01-20 14:21:26 +01:00
parent 7d24ba5ea0
commit 59b657134e
3 changed files with 3 additions and 9 deletions

View File

@ -7,8 +7,8 @@
%header content %header content
\pagestyle{fancy} \pagestyle{fancy}
\fancyhf{} \fancyhf{}
\rhead{\textbf{\TITLE\\\SUBTITLE}} \rhead{\textbf{Zusammenfassung\\\MODULE}}
\lhead{\large\leftmark} \lhead{\large\leftmark}
\chead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}} \chead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT~|~\MODULECOMPACT~|~\DATE} \lfoot{\AUTHORCOMPACT~|~\DATE}
\rfoot{\thepage} \rfoot{\thepage}

View File

@ -3,8 +3,6 @@
\input{Packages.tex} \input{Packages.tex}
\input{Style.tex} \input{Style.tex}
\def \TITLE{Example Title}
\def \SUBTITLE{Example Subtitle}
\def \AUTHOR{Example Author\\author@example.com} \def \AUTHOR{Example Author\\author@example.com}
\def \MODULE{ExampleModule} \def \MODULE{ExampleModule}
\def \MODULECOMPACT{EM} \def \MODULECOMPACT{EM}

View File

@ -4,15 +4,11 @@
\vspace*{-20mm} \vspace*{-20mm}
\includesvg[width=.75\pdfpagewidth]{./images/TH_OWL_Logo}\\ \includesvg[width=.75\pdfpagewidth]{./images/TH_OWL_Logo}\\
\vspace{25mm} \vspace{25mm}
{\fontsize{50}{600}\selectfont \textbf{\TITLE}}\\
\vspace{5mm}
\Huge \Huge
\textbf{\SUBTITLE}\\ \textbf{Zusammenfassung \MODULECOMPACT}\\
\vspace{20mm} \vspace{20mm}
\Large \Large
\AUTHOR\\ \AUTHOR\\
\vspace{20mm} \vspace{20mm}
\textbf{\MODULE}\\
\vspace{20mm}
\DATE \DATE
\end{center} \end{center}