diff --git a/Style.tex b/Style.tex index b6fd294..442afbc 100644 --- a/Style.tex +++ b/Style.tex @@ -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} -\rfoot{\thepage} \ No newline at end of file +\lfoot{\AUTHOR~|~\DATE} +\rfoot{\thepage} diff --git a/Template_Summary.tex b/Template_Summary.tex index 314c8c3..b4c011c 100644 --- a/Template_Summary.tex +++ b/Template_Summary.tex @@ -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} @@ -26,4 +27,4 @@ \input{Content.tex} \clearpage -\end{document} \ No newline at end of file +\end{document} diff --git a/TitlePage.tex b/TitlePage.tex index 8b20bf8..3266348 100644 --- a/TitlePage.tex +++ b/TitlePage.tex @@ -9,6 +9,8 @@ \vspace{20mm} \Large \AUTHOR\\ + \href{mailto:\AUTHOREMAIL}{\AUTHOREMAIL}\\ + Matrikel Nr.: \AUTHORSTUDENTID\\ \vspace{20mm} \DATE \end{center}