Umlaute in Latex?
This commit is contained in:
parent
334a12cbee
commit
41c7ee974d
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ Projektgruppe_175/bin/
|
||||||
/doc/*.gz
|
/doc/*.gz
|
||||||
/doc/*.fdb_latexmk
|
/doc/*.fdb_latexmk
|
||||||
/doc/*.pdf
|
/doc/*.pdf
|
||||||
|
/doc/*.toc
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
\usepackage{algorithm}
|
\usepackage{algorithm}
|
||||||
\usepackage[noend]{algpseudocode}
|
\usepackage[noend]{algpseudocode}
|
||||||
|
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\def\BState{\State\hskip-\ALG@thistlm}
|
\def\BState{\State\hskip-\ALG@thistlm}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
@ -15,7 +17,9 @@
|
||||||
Joachim Schmidt}
|
Joachim Schmidt}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
|
\tableofcontents
|
||||||
|
|
||||||
\section{Der Graph}
|
\section{Der Graph}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue