diff --git a/Bibliography.bib b/Bibliography.bib index 5a5b974..dbf7c48 100644 --- a/Bibliography.bib +++ b/Bibliography.bib @@ -1,4 +1,5 @@ -@article{example, - author = "some author", - title = "some title" -} \ No newline at end of file +@book{elon_musk, + title = {Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Fututre}, + author = {Ashlee Vance}, + publisher = Ecco, + year = 2017} \ No newline at end of file diff --git a/Template_Document.pdf b/Ford_vs_Musk.pdf similarity index 50% rename from Template_Document.pdf rename to Ford_vs_Musk.pdf index b736457..9ba6234 100644 Binary files a/Template_Document.pdf and b/Ford_vs_Musk.pdf differ diff --git a/Template_Document.tex b/Ford_vs_Musk.tex similarity index 52% rename from Template_Document.tex rename to Ford_vs_Musk.tex index be1b325..2c96f19 100644 --- a/Template_Document.tex +++ b/Ford_vs_Musk.tex @@ -3,11 +3,13 @@ \input{Packages.tex} \input{Style.tex} -\def \TITLE{Example Title} -\def \SUBTITLE{Example Subtitle} -\def \AUTHOR{Example Author\\author@example.com} -\def \AUTHORCOMPACT{Example Author} -\def \DATE{Example Date} +\def \TITLE{Revolutionäre Führungsstile} +\def \SUBTITLE{Henry Ford vs. Elon Musk} +\def \AUTHOR{Paul Lödige\\15405036\\paul.loedige@stud.th-owl.de} +\def \MODULE{Managementkompetenzen} +\def \MODULECOMPACT{MK} +\def \AUTHORCOMPACT{Paul Lödige} +\def \DATE{WS 2020/21} \input{Glossary.tex} diff --git a/Readme.md b/Readme.md index 4b6b3eb..76af2f2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,2 @@ -# How to use this template -1. fork -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) \ No newline at end of file +# Wozu dient dieses Dokument? +Dieses Dokument ist der schriftliche Teil der Ausarbeitung für das Fach Managementkompetenzen. \ No newline at end of file diff --git a/Style.tex b/Style.tex index 004b5cb..bfc4a95 100644 --- a/Style.tex +++ b/Style.tex @@ -10,5 +10,5 @@ \lhead{\TITLE\\\SUBTITLE} \chead{\large\textbf{\leftmark}} \rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}} -\lfoot{\AUTHORCOMPACT} +\lfoot{\AUTHORCOMPACT~| \MODULECOMPACT~| \DATE} \rfoot{\thepage} \ No newline at end of file diff --git a/TitlePage.tex b/TitlePage.tex index e3d9240..b5992db 100644 --- a/TitlePage.tex +++ b/TitlePage.tex @@ -4,13 +4,15 @@ \vspace*{-20mm} \includesvg[width=.75\pdfpagewidth]{./images/TH_OWL_Logo}\\ \vspace{25mm} - {\fontsize{50}{600}\selectfont \textbf{\TITLE}}\\ + {\fontsize{35}{600}\selectfont \textbf{\TITLE}}\\ \vspace{5mm} \Huge \textbf{\SUBTITLE}\\ - \vspace{40mm} + \vspace{20mm} \Large \AUTHOR\\ \vspace{20mm} + \textbf{\MODULE}\\ + \vspace{20mm} \DATE \end{center} \ No newline at end of file