42 lines
1.0 KiB
TeX
42 lines
1.0 KiB
TeX
\input{praeambel.tex} % Preamble
|
|
\input{befehle.tex} % Custom commands
|
|
% \addbibresource{literature.bib}
|
|
|
|
\title{Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}}
|
|
\author{Bernhard Luedtke \and Christian Kremitzl \and Florian Knoch \and Anika Amma}
|
|
|
|
\begin{document}
|
|
|
|
% Title page
|
|
\input{content/titelseite.tex}
|
|
% or simply
|
|
% \maketitle
|
|
\thispagestyle{empty}
|
|
\newpage
|
|
|
|
\setcounter{page}{1} % Don't count title page.
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\input{content/was-ist-latex.tex}
|
|
\input{content/wie-funktioniert-latex.tex}
|
|
\input{content/grundstruktur.tex}
|
|
\input{content/projektstruktur.tex}
|
|
\input{content/sonderzeichen.tex}
|
|
\input{content/textauszeichnung.tex}
|
|
\input{content/absatzformatierung.tex}
|
|
\input{content/aufzaehlungen.tex}
|
|
\input{content/mathematische-formeln.tex}
|
|
\input{content/quelltext-listings.tex}
|
|
\input{content/grafiken.tex}
|
|
\input{content/tabellen.tex}
|
|
\input{content/fussnoten.tex}
|
|
\input{content/referenzen.tex}
|
|
\input{content/literaturverwaltung.tex}
|
|
\input{content/ausblick.tex}
|
|
|
|
|
|
% References
|
|
|
|
\end{document}
|