Authoren vereinfacht.

This commit is contained in:
paul-loedige 2022-02-05 20:21:05 +01:00
parent e5545e6a45
commit 8a620dfd99
3 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,7 @@
\pagestyle{fancy}
\fancyhf{}
\chead{\textbf{Zusammenfassung \MODULE}}
\lfoot{\AUTHORCOMPACT~|~\DATE}
\lfoot{\AUTHOR~|~\DATE}
\rfoot{\thepage}
}
@ -11,5 +11,5 @@
\fancyhf{}
\chead{\textbf{Zusammenfassung \MODULE \\\vspace{1mm}}}
\lhead{\leftmark}
\lfoot{\AUTHORCOMPACT~|~\DATE}
\lfoot{\AUTHOR~|~\DATE}
\rfoot{\thepage}

View File

@ -9,11 +9,12 @@
\input{Packages.tex}
\input{Style.tex}
\def \AUTHOR{Example Author\\author@example.com}
\def \AUTHOR{Example Author}
\def \AUTHOREMAIL{author@example.com}
\def \AUTHORSTUDENTID{12345678}
\def \MODULE{ExampleModule}
\def \MODULECOMPACT{EM}
\def \AUTHORCOMPACT{Example Author}
\def \DATE{Example Date}
\def \DATE{\today}
\begin{document}

View File

@ -9,6 +9,8 @@
\vspace{20mm}
\Large
\AUTHOR\\
\href{mailto:\AUTHOREMAIL}{\AUTHOREMAIL}\\
Matrikel Nr.: \AUTHORSTUDENTID\\
\vspace{20mm}
\DATE
\end{center}