-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-exercises.tex
91 lines (72 loc) · 2.36 KB
/
main-exercises.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
80
81
82
83
84
85
86
87
88
89
90
91
\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-exercises.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}
\subsubsection*{Modify the content below}
\input{exercises/basic-document-structure/document-structure.raw}
\newpage
\input{exercises/project-structure/task}
\subsubsection*{Modify the content below}
\input{exercises/project-structure/tasks.raw}
\newpage
\input{exercises/special-characters/task}
\subsubsection*{Modify the content below}
\input{exercises/special-characters/special-characters.raw}
\newpage
\input{exercises/text-markup/task}
\subsubsection*{Modify the content below}
\input{exercises/text-markup/markup.raw}
\newpage
\input{exercises/lists/task}
\subsubsection*{Modify the content below}
\input{exercises/lists/lists.raw}
\newpage
\input{exercises/maths/task}
\subsubsection*{Modify the content below}
\input{exercises/maths/math-formulas.raw}
\newpage
\input{exercises/graphics/task}
\subsubsection*{Modify the content below}
\input{exercises/graphics/graphics.raw}
\newpage
\input{exercises/tables/task}
\subsubsection*{Modify the content below}
\input{exercises/tables/tables.raw}
\newpage
\input{exercises/footnotes/task}
\subsubsection*{Modify the content below}
\input{exercises/footnotes/footnotes.raw}
\newpage
\input{exercises/references/task}
\subsubsection*{Modify the content below}
\input{exercises/references/references.raw}
\newpage
\input{exercises/literature/task}
\subsubsection*{Modify the content below}
\input{exercises/literature/literature.raw}
\newpage
\input{exercises/source-code-listings/task}
\subsubsection*{Modify the content below}
\input{exercises/source-code-listings/source-code-listings.raw}
\end{document}