We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f08f2 commit bbbca8aCopy full SHA for bbbca8a
reproducibility/manuscript/Makefile
@@ -108,6 +108,7 @@ cache-tex: copy-tex
108
# run as make latexdiff COMPARISON_SHA1="commit-hash"
109
# to diff with a different commit
110
# see: https://gitlab.com/git-latexdiff/git-latexdiff
111
+# Set `--cleanup none` to keep the tmp files including the latex log
112
latexdiff:
113
git-latexdiff \
114
--ignore-latex-errors \
@@ -117,7 +118,6 @@ latexdiff:
117
118
--no-view \
119
--ignore-makefile \
120
--ln-untracked \
- --cleanup none \
121
--output $(TEX_FILE)-$(COMPARISON_SHA1)-diff.pdf \
122
--main $(TEX_FILE).tex $(COMPARISON_SHA1) HEAD
123
0 commit comments