aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/paper.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-23 03:00:05 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-23 03:00:05 +0000
commit94cbed6c63ad4362547b4cbcc579c63937a780a6 (patch)
treeffe1c322eb48286725d92bf2f16e43579fcd4658 /reproduce/analysis/make/paper.mk
parent7692033f87b4c0326f655b7c73d361e6d318294a (diff)
First draft of all the points addressed by the referees
A new directory has been added at the top of the project's source called 'peer-review'. The raw reviews of the paper by the editors and referees has been added there as '1-review.txt'. All the main points raised by the referees have been listed in a numbered list and addressed (mostly) in '1-answers.txt'. The text of the paper now also includes all the implemented answers to the various points.
Diffstat (limited to 'reproduce/analysis/make/paper.mk')
-rw-r--r--reproduce/analysis/make/paper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk
index de7b87f..3bb6a8c 100644
--- a/reproduce/analysis/make/paper.mk
+++ b/reproduce/analysis/make/paper.mk
@@ -202,7 +202,7 @@ paper.pdf: $(mtexdir)/project.tex paper.tex $(texbdir)/paper.bbl
# conversion from PostScript to PDF, see
# https://www.ghostscript.com/doc/current/Language.htm#Transparency
dvips paper.dvi
- ps2pdf -dNOSAFER paper.ps
+ ps2pdf paper.ps
# Come back to the top project directory and copy the built PDF
# file here.