diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-11-15 15:58:13 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-11-15 15:58:13 +0000 |
commit | 51ef2929b404f344745c3a3738de01ade5fb8c4f (patch) | |
tree | ec694b336285639ac8e2cf2aff445777a6c77153 /reproduce | |
parent | 08516255b1cf366069770026503986f12d59bcc1 (diff) |
First edits on the newly added appendices in new form
With the optional appendices added recently to the paper, it was important
to go through them and make them more fitting into the paper.
Diffstat (limited to 'reproduce')
-rw-r--r-- | reproduce/analysis/make/initialize.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk index fbd110f..9ce157d 100644 --- a/reproduce/analysis/make/initialize.mk +++ b/reproduce/analysis/make/initialize.mk @@ -488,10 +488,11 @@ print-copyright = \ $(mtexdir)/initialize.tex: | $(mtexdir) # Version and title of project. - echo "\newcommand{\projecttitle}{$(metadata-title)}" > $@ + @echo "\newcommand{\projecttitle}{$(metadata-title)}" > $@ echo "\newcommand{\projectversion}{$(project-commit-hash)}" >> $@ - # Zenodo identifier (necessary for download link): + # arXiv/Zenodo identifier (necessary for download link): + echo "\newcommand{\projectarxivid}{$(metadata-arxiv)}" >> $@ v=$$(echo $(metadata-doi-zenodo) | sed -e's/\./ /g' | awk '{print $$NF}') echo "\newcommand{\projectzenodoid}{$$v}" >> $@ |