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