From 767d18931f65a8e9d37526cea271f9df623db715 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Mon, 26 Aug 2024 15:44:10 -0400 Subject: [PATCH] test(manuscript): disable latexdiff bibtex diff Signed-off-by: Cameron Smith --- reproducibility/manuscript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducibility/manuscript/Makefile b/reproducibility/manuscript/Makefile index 2b75a9b59..21c3c29cb 100644 --- a/reproducibility/manuscript/Makefile +++ b/reproducibility/manuscript/Makefile @@ -108,12 +108,12 @@ 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 \