Umlaute in Latex?

This commit is contained in:
joachimschmidt557 2019-02-14 16:43:07 +01:00
parent 334a12cbee
commit 41c7ee974d
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ Projektgruppe_175/bin/
/doc/*.gz
/doc/*.fdb_latexmk
/doc/*.pdf
/doc/*.toc

View file

@ -4,6 +4,8 @@
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage[utf8]{inputenc}
\makeatletter
\def\BState{\State\hskip-\ALG@thistlm}
\makeatother
@ -15,7 +17,9 @@
Joachim Schmidt}
\begin{document}
\maketitle
\maketitle
\tableofcontents
\section{Der Graph}