Skip to content

Commit bbbca8a

Browse files
fix(manuscript): note how to retain latexdiff log
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 53f08f2 commit bbbca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reproducibility/manuscript/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ cache-tex: copy-tex
108108
# run as make latexdiff COMPARISON_SHA1="commit-hash"
109109
# to diff with a different commit
110110
# see: https://gitlab.com/git-latexdiff/git-latexdiff
111+
# Set `--cleanup none` to keep the tmp files including the latex log
111112
latexdiff:
112113
git-latexdiff \
113114
--ignore-latex-errors \
@@ -117,7 +118,6 @@ latexdiff:
117118
--no-view \
118119
--ignore-makefile \
119120
--ln-untracked \
120-
--cleanup none \
121121
--output $(TEX_FILE)-$(COMPARISON_SHA1)-diff.pdf \
122122
--main $(TEX_FILE).tex $(COMPARISON_SHA1) HEAD
123123

0 commit comments

Comments
 (0)