From fa2d61894f92b59cbc049437838b12513ec86a96 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Thu, 9 Nov 2017 22:29:40 -0500
Subject: [PATCH] Fix.

---
 .vscode/settings.json                | 2 ++
 bibfile.bib                          | 2 +-
 packages.tex                         | 2 +-
 preamble.tex                         | 2 +-
 sections/appendix.tex                | 7 +++++++
 sections/oblivious-memory.tex        | 2 +-
 sections/overview-of-other-orams.tex | 2 +-
 7 files changed, 14 insertions(+), 5 deletions(-)
 create mode 100644 sections/appendix.tex

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 82fb776..a8a25c4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -24,12 +24,14 @@
         "includegraphics",
         "indistinguishability",
         "keepaspectratio",
+        "midrule",
         "orams",
         "parametrization",
         "progressbar",
         "providecommand",
         "smallcaps",
         "titleformat",
+        "toprule",
         "usetheme"
     ]
 }
\ No newline at end of file
diff --git a/bibfile.bib b/bibfile.bib
index 8307e98..6c62736 100644
--- a/bibfile.bib
+++ b/bibfile.bib
@@ -35,4 +35,4 @@
 	doi = {10.14778/2994509.2994528},
 	acmid = {2994528},
 	publisher = {VLDB Endowment},
-} 
\ No newline at end of file
+} 
diff --git a/packages.tex b/packages.tex
index 9f17ac7..f53f907 100644
--- a/packages.tex
+++ b/packages.tex
@@ -3,4 +3,4 @@
 \usepackage{appendixnumberbeamer}
 \usepackage{pgfpages}
 \usepackage{booktabs}
-\usepackage{bm}
\ No newline at end of file
+\usepackage{bm}
diff --git a/preamble.tex b/preamble.tex
index f6b7331..dc61760 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -35,4 +35,4 @@
 
 
 \newcommand{\BigO}[1]{\mathcal{O}\left(#1\right)}
-\newcommand{\RAM}{\textbf{RAM}}
\ No newline at end of file
+\newcommand{\RAM}{\textbf{RAM}}
diff --git a/sections/appendix.tex b/sections/appendix.tex
new file mode 100644
index 0000000..776314d
--- /dev/null
+++ b/sections/appendix.tex
@@ -0,0 +1,7 @@
+\begin{frame}{Appendix slide}
+
+	\begin{block}{Definition}
+		Appendix.
+	\end{block}
+
+\end{frame}
diff --git a/sections/oblivious-memory.tex b/sections/oblivious-memory.tex
index 89a79fe..9feae6d 100644
--- a/sections/oblivious-memory.tex
+++ b/sections/oblivious-memory.tex
@@ -70,4 +70,4 @@
 			The idea is that these are theoretical bounds for generic ORAMs.
 			Designing our owm ORAM the aim is to come as close as possible to lower bounds.
 		}
-	\end{frame}
\ No newline at end of file
+	\end{frame}
diff --git a/sections/overview-of-other-orams.tex b/sections/overview-of-other-orams.tex
index 16f11d5..f32069e 100644
--- a/sections/overview-of-other-orams.tex
+++ b/sections/overview-of-other-orams.tex
@@ -15,7 +15,7 @@
 			Basic-HR			& $N \log^2 N$	& $N \log^2 N$	& $N \log N$	& $1^b$																\\
 			BB-ORAM				& $\log^2 N$	& $N \log^2 N$	& $N \log N$	& $1$																\\
 			TP-ORAM				& $\sqrt{N}$	& $1$			& $N$			& $\sqrt{N} + \frac{N}{B}$											\\
-			\textbf{Path-ORAM}	& $\bm{\log N}$	& $\bm{1}$		& $\bm{N}$		& \footnote{$\BigO{\log N} \cdot \omega(1) + \BigO{\frac{N}{B}}$}
+			\textbf{Path-ORAM}	& $\bm{\log N}$	& $\bm{1}$		& $\bm{N}$		&\footnote{$\BigO{\log N} \cdot \omega(1) + \BigO{\frac{N}{B}}$}
 
 		\end{tabular}
 
-- 
GitLab