\input{setup.tex} % Setup \input{praeamble.tex} % Preamble \input{commands.tex} % Custom commands % Title section. % TODO: Add yourself as an author. \title{Fachschaft \acro{WIAI} \LaTeX{} Workshop\\Exercises} \author{} \begin{document} \maketitle \todo{First add yourself as an author, then add the title to the first page.} \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}