Skip to content

Commit

Permalink
test(manuscript): disable latexdiff tmp cleanup to save log file
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 26, 2024
1 parent a835cd2 commit 10528ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reproducibility/manuscript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,16 @@ cache-tex: copy-tex
# run as make latexdiff COMPARISON_SHA1="commit-hash"
# to diff with a different commit
# see: https://gitlab.com/git-latexdiff/git-latexdiff
# --bibtex
latexdiff:
git-latexdiff \
--ignore-latex-errors \
--latexmk \
--xelatex \
--bibtex \
--no-view \
--ignore-makefile \
--ln-untracked \
--cleanup none \
--output $(TEX_FILE)-$(COMPARISON_SHA1)-diff.pdf \
--main $(TEX_FILE).tex $(COMPARISON_SHA1) HEAD

Expand Down

0 comments on commit 10528ca

Please sign in to comment.