aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 15:13:35 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 15:13:35 +0100
commit155d959f45613360c8b986007916ee6f7dd8b318 (patch)
treeae07847bcd2a3f71ef90911db26156f474feca58 /paper.tex
parent30733df5d30e150a26d53173d14bf941f179f6f5 (diff)
Cleaner TeX comments in paper.tex
Having a look at the TeX source, some minor edits were made to the comments so it is more clear.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex13
1 files changed, 5 insertions, 8 deletions
diff --git a/paper.tex b/paper.tex
index b0250b3..71e2665 100644
--- a/paper.tex
+++ b/paper.tex
@@ -11,7 +11,7 @@
%% Necessary LaTeX preambles to include for relevant functionality. We want
%% to start this file as fast as possible with the actual body of the
-%% report, while keeping modularity in the preambles.
+%% paper, while keeping modularity in the preambles.
\input{tex/pipeline.tex}
\input{tex/preamble-style.tex}
\input{tex/preamble-biblatex.tex}
@@ -30,16 +30,14 @@
%% Start writing.
\begin{document}
+%% Write the title, authors and date.
\maketitle
-
-
-%% Begin the multi-column environment. A `*' means that all extra empty
-%% space is added in the last column.
+%% Begin the multi-column environment. If you use the `multicols*' instead,
+%% all extra empty space is added in the last column (so the columns in the
+%% last page will not end on the same horizontal line).
\begin{multicols}{2}
-
-
%% -------- Delete this ---------
\section{Congratulations!}
Congratulations on running the reproduction pipeline! You can now follow
@@ -109,7 +107,6 @@ cite the first paper that used the first version of this pipeline:
After publication, don't forget to upload all the necessary data, software
source code and the reproduction pipeline to a long-lasting host like
Zenodo (\url{https://zenodo.org/}).
-
%% ------------------------------