From 3ff6e9565d1e86c60022601dacd66715b277f55e Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Thu, 6 Oct 2016 19:02:17 +0200 Subject: Adjusting spacing between list items. --- latexHeaders/layout.tex | 2 +- other/other.tex | 2 +- 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. diff --git a/tcr.pdf b/tcr.pdf index ab87f80..c8d987f 100644 Binary files a/tcr.pdf and b/tcr.pdf differ -- cgit v1.2.3