29 lines
517 B
TeX
29 lines
517 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 \MODULE{ExampleModule}
|
|
\def \MODULECOMPACT{EM}
|
|
\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} |