From a94137f4a1910edd1dc25e52a2713c31d516778c Mon Sep 17 00:00:00 2001
From: David Kaufmann <astra@ionic.at>
Date: Sun, 16 Jun 2019 22:25:07 +0200
Subject: [PATCH] tables

---
 ex3/main_3.tex             | 2 +-
 ex3/results/result_3a.tex  | 2 +-
 ex3/results/result_3b1.tex | 2 +-
 ex3/results/result_3b2.tex | 2 +-
 ex3/results/result_3b3.tex | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ex3/main_3.tex b/ex3/main_3.tex
index cf0ccfa..41b5369 100644
--- a/ex3/main_3.tex
+++ b/ex3/main_3.tex
@@ -18,7 +18,7 @@ MATCH (n:Address {countries: 'Austria'})<-[r:REGISTERED_ADDRESS]-(e:Entity)
 			\input{results/result_3a.tex}
 	\end{itemize}
 	\item
-		\begin{enumerate}[label=\theenumiii]
+		\begin{enumerate}[label=\roman*]
 			\item\textbf{First, find the 10 \texttt{top intermediaries} , i.e.
 				those 10 intermediaries that have the most outgoing
 				\texttt{INTERMEDIARY\_OF} edges. Output the name of the
diff --git a/ex3/results/result_3a.tex b/ex3/results/result_3a.tex
index 54ad7d2..f5609f7 100644
--- a/ex3/results/result_3a.tex
+++ b/ex3/results/result_3a.tex
@@ -1,5 +1,5 @@
 \lstset{style=block}
-\begin{tabular}{ |M{12.5cm}| }
+\begin{tabular}{ |M{12cm}| }
 \hline
 entity \\
 \hline
diff --git a/ex3/results/result_3b1.tex b/ex3/results/result_3b1.tex
index d4a6cfd..68890c5 100644
--- a/ex3/results/result_3b1.tex
+++ b/ex3/results/result_3b1.tex
@@ -1,5 +1,5 @@
 \lstset{style=block}
-\begin{tabular}{ |M{9.5cm}|P{3cm}| }
+\begin{tabular}{ |M{9cm}|P{3cm}| }
 \hline
 name & count \\
 \hline
diff --git a/ex3/results/result_3b2.tex b/ex3/results/result_3b2.tex
index 81e3a11..319bff6 100644
--- a/ex3/results/result_3b2.tex
+++ b/ex3/results/result_3b2.tex
@@ -1,5 +1,5 @@
 \lstset{style=block}
-\begin{tabular}{ |M{9.5cm}|P{3cm}| }
+\begin{tabular}{ |M{9cm}|P{3cm}| }
 \hline
 name & count \\
 \hline
diff --git a/ex3/results/result_3b3.tex b/ex3/results/result_3b3.tex
index 025f81f..d9724f8 100644
--- a/ex3/results/result_3b3.tex
+++ b/ex3/results/result_3b3.tex
@@ -1,5 +1,5 @@
 \lstset{style=block}
-\begin{tabular}{ |M{9.5cm}|P{3cm}| }
+\begin{tabular}{ |M{9cm}|P{3cm}| }
 \hline
 relation & node \\
 \hline
-- 
2.43.0