diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-23 03:44:13 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-23 03:54:26 +0100 |
commit | 3c5ae2cb26ac9f244714ae251855944b2da5e8f1 (patch) | |
tree | 6a8950ea02062cb486828ff6c9bab36484e8c805 /reproduce/analysis | |
parent | e27634fae4d71a31ff83ffd236545b355bd747c8 (diff) |
Further edits to summarize the parts corrected by Boud
[Compared to first submission to DSJ last week with 11436 words in raw PDF,
we have decreased the paper by ~1000 words to 10493 :-)]
As with the previous commits, the moment Boud changed the structure of
sentences, I was able to find the redundancies and remove them! This is a
fascinating feature of collaboration I had never felt before: it is so hard
to find redundancies in my own raw text, but even a minor correction by
someone else suddeny breaks my mental memories/barrier on the sentence,
allowing me to be more critical to it!
Anyway, besides such corrections, I fixed a few other things: 1) In the
DSJ's recently published papers, ther is no `~' between "Figure" and its
number. 2) I noticed that in `tex/src/figure-src-inputconf.tex' I was
actually using manually input strings for the filename, checksum and size!
This was contrary to the whole philosophy of Maneage(!), I must have rushed
and forgot! So LaTeX variables are now defined and used.
Diffstat (limited to 'reproduce/analysis')
-rw-r--r-- | reproduce/analysis/make/download.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/reproduce/analysis/make/download.mk b/reproduce/analysis/make/download.mk index cf5bfa4..ed2b0a0 100644 --- a/reproduce/analysis/make/download.mk +++ b/reproduce/analysis/make/download.mk @@ -95,4 +95,7 @@ $(inputdatasets): $(indir)/%: | $(indir) $(lockdir) # It is very important to mention the address where the data were # downloaded in the final report. $(mtexdir)/download.tex: $(indir)/menke20.xlsx | $(mtexdir) - echo "\newcommand{\menketwentyurl}{$(MK20URL)}" > $@ + echo "\newcommand{\menketwentyxlsxname}{$(MK20DATA)}" > $@ + echo "\newcommand{\menketwentychecksum}{$(MK20MD5)}" >> $@ + echo "\newcommand{\menketwentybytesize}{$(MK20SIZE)}" >> $@ + echo "\newcommand{\menketwentyurl}{$(MK20URL)}" >> $@ |