latex-skript/main.tex

49 lines
1.2 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\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/what-is-latex.tex}
\input{content/basic-functionality.tex}
\input{content/basic-document-structure.tex}
\exercise{basic-document-structure}
\input{content/project-structure.tex}
\input{content/special-characters.tex}
\input{content/text-markup.tex}
\exercise{text-markup}
\input{content/formatting-paragraphs.tex}
\input{content/lists.tex}
\input{content/maths.tex}
\exercise{maths}
\input{content/source-code-listings.tex}
\input{content/graphics.tex}
\exercise{graphics´}
\input{content/tables.tex}
\exercise{tables}
\input{content/footnotes.tex}
\exercise{footnotes}
\input{content/references.tex}
\input{content/literature.tex}
\input{content/prospects.tex}
% References
\end{document}