aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/format.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 07:06:53 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 07:06:53 +0100
commit16fbab2a9444e602e6fd4cf86d109daf6315f7f3 (patch)
tree7af0b0fdc2770620fc8f59117e450085160a997d /reproduce/analysis/make/format.mk
parente25c86efab8e585854a3c44ce21aa7f16ef831ef (diff)
Full existing contents summaried, only discussion to go
The contents until two commits ago when I started to summarize the paper are now in a new and shorter format: previously the discussion started on page 25, but now it starts on page 17. It is still a little longer than 8000 words, but not as significantly as before. I will add the discussion and also try to summarize it futher before submission.
Diffstat (limited to 'reproduce/analysis/make/format.mk')
-rw-r--r--reproduce/analysis/make/format.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/reproduce/analysis/make/format.mk b/reproduce/analysis/make/format.mk
index 868c411..d10034d 100644
--- a/reproduce/analysis/make/format.mk
+++ b/reproduce/analysis/make/format.mk
@@ -80,3 +80,7 @@ $(mtexdir)/format.tex: $(mk20tab3)
v=$$(awk 'BEGIN{FIELDWIDTHS="41 10000"} !/^#/{print $$2}' \
$(mk20tab3) | uniq | wc -l)
echo "\newcommand{\menkenumjournals}{$$v}" >> $@
+
+ # Count how many rows the original catalog has.
+ v=$$(awk '!/^#/{c++} END{print c}' $(mk20tab3))
+ echo "\newcommand{\menkenumorigrows}{$$v}" >> $@