aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/paper.tex b/paper.tex
index e788b06..e4347fd 100644
--- a/paper.tex
+++ b/paper.tex
@@ -383,12 +383,12 @@ $ ./project configure # Build software environment.
$ ./project make # Do analysis, build PDF paper.
# Start editing, test-building and committing
-$ emacs paper.tex # e.g., add project title.
+$ emacs paper.tex # Set your name as author.
$ ./project make # Re-build to see effect.
-$ git add -u && git commit # Commit changes
+$ git add -u && git commit # Commit changes.
\end{lstlisting}
-The branch-based design of Figure \ref{fig:branching}) allows projects to re-import Maneage at a later time (technically: \emph{merge}), thus improving its low-level infrastructure:
+The branch-based design of Figure \ref{fig:branching} allows projects to re-import Maneage at a later time (technically: \emph{merge}), thus improving its low-level infrastructure:
in (a) authors do the merge during an ongoing project;
in (b) readers do it after publication, e.g., the project remains reproducible but the infrastructure is outdated, or a bug is fixed in Maneage.
Low-level improvements in Maneage can thus propagate to all projects, greatly reducing the cost of curation and maintenance of each individual project, before \emph{and} after publication.