From 01dd812b7b828982b7d36e2967f0d9f558780e78 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 20 Jan 2020 04:30:56 +0000 Subject: Added figure showing project's file structure It was a little hard to describe the file structure so instead of using a standard listing as most papers do, I thought of showing the file and directory structure as boxes within each other (modeled on the Gnome disk-utility). Some other polishing was done throughout the paper also. --- tex/src/preamble-style.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'tex/src/preamble-style.tex') diff --git a/tex/src/preamble-style.tex b/tex/src/preamble-style.tex index e843903..f3a96e9 100644 --- a/tex/src/preamble-style.tex +++ b/tex/src/preamble-style.tex @@ -22,6 +22,7 @@ %% To allow a prefix to the enumeration. \usepackage{enumitem} +\setlist{nolistsep} % No space before `\begin{itemize}' %% Horizontal line with spacing \newcommand{\horizontalline}{\vspace{3mm}\hrule\vspace{3mm}} -- cgit v1.2.1