refactored

This commit is contained in:
Paul 2020-11-06 22:54:55 +01:00
parent 5eebfead49
commit 0a299754ad
6 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,5 @@
@article{example, @book{elon_musk,
author = "some author", title = {Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Fututre},
title = "some title" author = {Ashlee Vance},
} publisher = Ecco,
year = 2017}

View File

@ -3,11 +3,13 @@
\input{Packages.tex} \input{Packages.tex}
\input{Style.tex} \input{Style.tex}
\def \TITLE{Example Title} \def \TITLE{Revolutionäre Führungsstile}
\def \SUBTITLE{Example Subtitle} \def \SUBTITLE{Henry Ford vs. Elon Musk}
\def \AUTHOR{Example Author\\author@example.com} \def \AUTHOR{Paul Lödige\\15405036\\paul.loedige@stud.th-owl.de}
\def \AUTHORCOMPACT{Example Author} \def \MODULE{Managementkompetenzen}
\def \DATE{Example Date} \def \MODULECOMPACT{MK}
\def \AUTHORCOMPACT{Paul Lödige}
\def \DATE{WS 2020/21}
\input{Glossary.tex} \input{Glossary.tex}

View File

@ -1,7 +1,2 @@
# How to use this template # Wozu dient dieses Dokument?
1. fork Dieses Dokument ist der schriftliche Teil der Ausarbeitung für das Fach Managementkompetenzen.
1. refactor
1. compile
## Notice
Requires you to enable [--shell escape](https://tex.stackexchange.com/questions/516604/how-to-enable-shell-escape-or-write18-visual-studio-code-latex-workshop)

View File

@ -10,5 +10,5 @@
\lhead{\TITLE\\\SUBTITLE} \lhead{\TITLE\\\SUBTITLE}
\chead{\large\textbf{\leftmark}} \chead{\large\textbf{\leftmark}}
\rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}} \rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT} \lfoot{\AUTHORCOMPACT~| \MODULECOMPACT~| \DATE}
\rfoot{\thepage} \rfoot{\thepage}

View File

@ -4,13 +4,15 @@
\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}}\\ {\fontsize{35}{600}\selectfont \textbf{\TITLE}}\\
\vspace{5mm} \vspace{5mm}
\Huge \Huge
\textbf{\SUBTITLE}\\ \textbf{\SUBTITLE}\\
\vspace{40mm} \vspace{20mm}
\Large \Large
\AUTHOR\\ \AUTHOR\\
\vspace{20mm} \vspace{20mm}
\textbf{\MODULE}\\
\vspace{20mm}
\DATE \DATE
\end{center} \end{center}