51 lines
1.3 KiB
TeX
51 lines
1.3 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 Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
|
|
|
|
\begin{document}
|
|
\selectlanguage{english}
|
|
\frenchspacing
|
|
|
|
% Title page
|
|
\input{content/titlepage.tex}
|
|
% or simply
|
|
% \maketitle
|
|
\thispagestyle{empty}
|
|
\newpage
|
|
\setcounter{page}{1} % Don't count title page.
|
|
\setcounter{tocdepth}{2}
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\input{content/first-steps-with-latex.tex}
|
|
\input{content/why-use-latex.tex}
|
|
\input{content/basic-functionality.tex}
|
|
\input{content/basic-document-structure.tex}
|
|
\exercise{basic-document-structure}
|
|
\input{content/project-structure.tex}
|
|
\exercise{project-structure}
|
|
\input{content/special-characters.tex}
|
|
\exercise{special-characters}
|
|
\input{content/text-markup.tex}
|
|
\exercise{text-markup}
|
|
\input{content/lists.tex}
|
|
\exercise{lists}
|
|
\input{content/maths.tex}
|
|
\exercise{maths}
|
|
\input{content/graphics.tex}
|
|
\exercise{graphics}
|
|
\input{content/tables.tex}
|
|
\exercise{tables}
|
|
\input{content/source-code-listings.tex}
|
|
\exercise{source-code-listings}
|
|
\input{content/footnotes.tex}
|
|
\exercise{footnotes}
|
|
\input{content/literature.tex}
|
|
\exercise{literature}
|
|
\input{content/prospects.tex}
|
|
|
|
\end{document}
|