From 78e8632f58e9dc014f5d06ae3e9d77575a993861 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 29 May 2020 01:04:27 +0100 Subject: Added top-make.mk as a listing for demonstration, minor edits To help show the simplicity of 'top-make.mk', it was included as a listing. I also went over some of Boud's corrections and made small edits. In particular: - The '\label' and '\ref' to a section were removed. I done this after inspecting some of their recent papers and noticing that they generally have a simple flow, without such redirections. - In the part about the RDA adoption grant, I moved the "from the researcher perspective" to the end. Because Austin+2017 is mainly focused on data-center management, not the researcher's. They do touch upon researcher solutions that can help data-base managers, but not directly the researchers. In effect with this grant, they acknowledged that our researcher-focused solution confirms with their criteria for data-base management. --- tex/src/preamble-project.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tex/src') diff --git a/tex/src/preamble-project.tex b/tex/src/preamble-project.tex index 9b956cf..6db0afb 100644 --- a/tex/src/preamble-project.tex +++ b/tex/src/preamble-project.tex @@ -44,11 +44,13 @@ } \makeatletter \preto\lstlisting{\def\@captype{table}} +\lst@AddToHook{OnEmptyLine}{\vspace{-0.5\baselineskip}} \pretocmd\lst@makecaption{\noindent{\rule{\linewidth}{1pt}}}{}{} \makeatother + %% Custom macros \newcommand{\inlinecode}[1]{\textcolor{blue!35!black}{\texttt{#1}}} -- cgit v1.2.1