diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-13 00:23:52 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-13 00:29:01 +0100 |
commit | bedfe761bb6bb8f1fc0976b069593b45bdf2a25a (patch) | |
tree | 7d2825f4949e6cff5209de425861ad8a5c7ee53c | |
parent | 7009163a8bc55df553de8c4764b4b7aee43ffa0b (diff) |
Two small edits in demo listing and paragraph after it
Recently, by default, Maneage will not take the title directly in the PDF,
the title should be given in the 'metdata.conf' file and it is passed onto
LaTeX as a variable. So the comment to "add project title" in the listing
could be confusing. To avoid confusing, I edited it to "Set your name as
author". The comments above the '\title' part is very complete and users
will clearly be able to modify the title if they want.
Also, we had an extra ')' in the line just under it which is now corrected.
-rw-r--r-- | paper.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |