diff options
| -rw-r--r-- | latexHeaders/layout.tex | 2 | ||||
| -rw-r--r-- | other/other.tex | 2 | ||||
| -rw-r--r-- | tcr.pdf | bin | 265152 -> 264966 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/latexHeaders/layout.tex b/latexHeaders/layout.tex index d2e9fed..2d9488c 100644 --- a/latexHeaders/layout.tex +++ b/latexHeaders/layout.tex @@ -22,7 +22,7 @@ % Nice enumerations without wasting space above and below. \usepackage{enumitem} -\setlist{nosep} +\setlist{itemsep=1pt} % Multicol layout for the table of contents. \usepackage{multicol} diff --git a/other/other.tex b/other/other.tex index 6bc4733..a8ebdf5 100644 --- a/other/other.tex +++ b/other/other.tex @@ -30,7 +30,7 @@ $n$ Personen im Kreis, jeder $k$-te wird erschossen. \textbf{Beachte bei der Ausgabe, dass die Personen im ersten Fall von $1, \ldots, n$ nummeriert sind, im zweiten Fall von $0, \ldots, n-1$!} \subsection{Gemischtes} -\begin{itemize}[itemsep=5mm] +\begin{itemize} \item \emph{\textsc{Johnsons} Reweighting Algorithmus:} Füge neue Quelle \lstinline{S} hinzu, mit Kanten mit Gewicht 0 zu allen Knoten. Nutze \textsc{Bellmann-Ford} zum Betsimmen der Entfernungen \lstinline{d[i]} von \lstinline{S} zu allen anderen Knoten. Binary files differ |
