diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-29 01:04:27 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-29 01:04:27 +0100 |
commit | 78e8632f58e9dc014f5d06ae3e9d77575a993861 (patch) | |
tree | 43a5b62834264789d954b67d387316e4c2b6558b /tex/src | |
parent | 6634ca012913223ce7064587e2335a7a1ad28260 (diff) |
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.
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/preamble-project.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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}}} |