aboutsummaryrefslogtreecommitdiff
path: root/tex/src/preamble-style.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-20 04:30:56 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-20 04:30:56 +0000
commit01dd812b7b828982b7d36e2967f0d9f558780e78 (patch)
tree9f0eb67dde050cc915e40978f82df8b02b257ff2 /tex/src/preamble-style.tex
parent5e830f5fb60c4bb186cbd4bd92908e187c037af4 (diff)
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.
Diffstat (limited to 'tex/src/preamble-style.tex')
-rw-r--r--tex/src/preamble-style.tex1
1 files changed, 1 insertions, 0 deletions
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}}