-
Notifications
You must be signed in to change notification settings - Fork 0
/
main-solutions.tex
79 lines (60 loc) · 1.88 KB
/
main-solutions.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
\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
% Custom headline prefix
\renewcommand{\thesection}{E\arabic{section}}
\renewcommand{\thesubsection}{\arabic{subsection}}
% Title page
\input{titlepage-solutions.tex}
% or simply
% \maketitle
\thispagestyle{empty}
\newpage
\setcounter{page}{1} % Don't count title page.
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\input{first-steps-with-latex.tex}
% Align exercise numbers with chapters
\setcounter{section}{2}
\input{exercises/basic-document-structure/task}
\input{exercises/basic-document-structure/document-structure.done}
\newpage
\input{exercises/project-structure/task}
\input{exercises/project-structure/tasks.done}
\newpage
\input{exercises/special-characters/task}
\input{exercises/special-characters/special-characters.done}
\newpage
\input{exercises/text-markup/task}
\input{exercises/text-markup/markup.done}
\newpage
\input{exercises/lists/task}
\input{exercises/lists/lists.done}
\newpage
\input{exercises/maths/task}
\input{exercises/maths/math-formulas.done}
\newpage
\input{exercises/graphics/task}
\input{exercises/graphics/graphics.done}
\newpage
\input{exercises/tables/task}
\input{exercises/tables/tables.done}
\newpage
\input{exercises/footnotes/task}
\input{exercises/footnotes/footnotes.done}
\newpage
\input{exercises/references/task}
\input{exercises/references/references.done}
\newpage
\input{exercises/literature/task}
\input{exercises/literature/literature.done}
\newpage
\input{exercises/source-code-listings/task}
\input{exercises/source-code-listings/source-code-listings.done}
\end{document}