Ford_vs_Musk_Summary/Template_Document.tex
MK_Managementkompetenzen 5eebfead49 Initial commit
2020-11-06 21:29:43 +00:00

27 lines
465 B
TeX

\documentclass[a4paper,12pt,oneside]{scrartcl}
\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}
\input{Glossary.tex}
\begin{document}
\input{TitlePage.tex}
\clearpage
\input{Preface.tex}
\clearpage
\input{Content.tex}
\clearpage
\input{Addendum.tex}
\end{document}