Diffing tweaks
This commit is contained in:
parent
79efa56f88
commit
d4df76be2d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
book.pdf
|
book.pdf
|
||||||
book.tex
|
book.tex
|
||||||
|
diff.pdf
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
mv book.tex ../sent.tex
|
mv book.tex ../sent.tex
|
||||||
popd
|
popd
|
||||||
mkdir build
|
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 book.tex
|
||||||
latexmk -f -pdf -lualatex -interaction=nonstopmode -output-directory=build diff.tex
|
latexmk -f -pdf -lualatex -interaction=nonstopmode -output-directory=build diff.tex
|
||||||
mv build/book.pdf build/diff.pdf .
|
mv build/book.pdf build/diff.pdf .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue