latex-skript/main.tex

52 lines
1.3 KiB
TeX

\input{praeamble.tex} % Preamble
\input{commands.tex} % Custom commands
% \addbibresource{literature.bib}
\title{Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}}
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
\begin{document}
% 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/what-is-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/formatting-paragraphs.tex}
\input{content/lists.tex}
\exercise{lists}
\input{content/maths.tex}
\exercise{maths}
\input{content/source-code-listings.tex}
\exercise{source-code-listings}
\input{content/graphics.tex}
\exercise{graphics}
\input{content/tables.tex}
\exercise{tables}
\input{content/footnotes.tex}
\exercise{footnotes}
\input{content/references.tex}
\exercise{references}
\input{content/literature.tex}
\exercise{literature}
\input{content/prospects.tex}
\end{document}