From 3a92e0d073b2c90fabd53ca069ab253c90f76153 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 3 Apr 2019 02:37:48 +0200 Subject: [PATCH] use enumerate, not itemize --- ex1/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex1/main.tex b/ex1/main.tex index e81b43f..fd1004f 100644 --- a/ex1/main.tex +++ b/ex1/main.tex @@ -89,13 +89,13 @@ This is revision: \textbf{\gitAbbrevHash} Document (.tex) compiled on: \textbf{\ \begin{exercise}{The Query Planner and You}{4} -\begin{itemize} +\begin{enumerate} \item a Hash Join, then Merge Join \item b Only Merge join: Total cost: 190481.63 Only Hash join: Total cost: 378418.91 Only Nestloop: Total cost: 174352535.00 -\end{itemize} +\end{enumerate} \end{exercise} -- 2.43.0