39 lines
1.0 KiB
TeX
39 lines
1.0 KiB
TeX
\input{setup.tex} % Setup
|
|
\input{praeamble.tex} % Preamble
|
|
\input{commands.tex} % Custom commands
|
|
|
|
\title{Script for the Fachschaft \acro{WIAI} \LaTeX{} Workshop}
|
|
\author{Evelyn Fradtschuk \and Jessica Klarmann \and Florian Knoch \and Theresa Knoll \and Christian Kremitzl \and Bernhard Luedtke \and Jochen Mehlich}
|
|
|
|
\begin{document}
|
|
\selectlanguage{english}
|
|
\frenchspacing
|
|
|
|
% Title page
|
|
\input{titlepage.tex}
|
|
% or simply
|
|
% \maketitle
|
|
\thispagestyle{empty}
|
|
\newpage
|
|
\setcounter{page}{1} % Don't count title page.
|
|
\setcounter{tocdepth}{2}
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\input{content/why-use-latex.tex}
|
|
\input{content/basic-functionality.tex}
|
|
\input{content/basic-document-structure.tex}
|
|
\input{content/project-structure.tex}
|
|
\input{content/special-characters.tex}
|
|
\input{content/text-markup.tex}
|
|
\input{content/lists.tex}
|
|
\input{content/maths.tex}
|
|
\input{content/graphics.tex}
|
|
\input{content/tables.tex}
|
|
\input{content/footnotes.tex}
|
|
\input{content/source-code-listings.tex}
|
|
\input{content/literature.tex}
|
|
\input{content/prospects.tex}
|
|
|
|
\end{document}
|