92 lines
2.4 KiB
TeX
92 lines
2.4 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
|
|
|
|
% 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}{1}
|
|
|
|
\input{exercises/basic-document-structure/task}
|
|
\subsubsection*{Modify the content below}
|
|
\codeblock{latex}{exercises/basic-document-structure/document-structure.raw.tex}
|
|
|
|
\newpage
|
|
\input{exercises/project-structure/task}
|
|
\subsubsection*{Modify the content below}
|
|
\codeblock{latex}{exercises/project-structure/main.raw.tex}
|
|
|
|
\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/source-code-listings/task}
|
|
\subsubsection*{Modify the content below}
|
|
\input{exercises/source-code-listings/source-code-listings.raw}
|
|
|
|
\newpage
|
|
\input{exercises/literature/task}
|
|
\subsubsection*{Modify the content below}
|
|
\input{exercises/literature/literature.raw}
|
|
|
|
\end{document}
|