mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Kantenzug-Defnition verbessert; Definition einer Schleife hinzugefügt; RectangleFreeColoring; Hierholzer-Algorithmus; Nicht-Eindeutigkeit von Eulerkreisen
This commit is contained in:
parent
896fb9601e
commit
c66e19636b
10 changed files with 260 additions and 29 deletions
|
@ -13,16 +13,16 @@
|
|||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
\usepackage{verbatim}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{arrows,shapes}
|
||||
\usetikzlibrary{arrows,shapes,decorations.pathmorphing}
|
||||
\usepackage{relsize}
|
||||
\usepackage{subfigure}
|
||||
\usepackage{algorithm,algpseudocode}
|
||||
\usepackage[Algorithmus]{algorithm}
|
||||
\usepackage{algpseudocode}
|
||||
\usepackage{minted} % needed for the inclusion of source code
|
||||
\usepackage{menukeys}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{pifont}% http://ctan.org/pkg/pifont
|
||||
\usepackage{soul}
|
||||
\usepackage{algorithm,algpseudocode}
|
||||
\usepackage{braket}
|
||||
|
||||
% Define some styles for graphs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue