Diffing tweaks

This commit is contained in:
Charlotte Van Petegem 2023-10-25 13:36:11 +02:00
parent 79efa56f88
commit d4df76be2d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -119,7 +119,7 @@
mv book.tex ../sent.tex
popd
mkdir build
latexdiff sent.tex book.tex > diff.tex
latexdiff --math-markup=whole -t CFONT sent.tex book.tex > diff.tex
latexmk -f -pdf -lualatex -interaction=nonstopmode -output-directory=build book.tex
latexmk -f -pdf -lualatex -interaction=nonstopmode -output-directory=build diff.tex
mv build/book.pdf build/diff.pdf .