-
Notifications
You must be signed in to change notification settings - Fork 0
/
main-script.tex
38 lines (33 loc) · 1.03 KB
/
main-script.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\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/literature.tex}
\input{content/source-code-listings.tex}
\input{content/prospects.tex}
\end{document}