summaryrefslogtreecommitdiff
path: root/makediffpdf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makediffpdf.sh')
-rwxr-xr-xmakediffpdf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/makediffpdf.sh b/makediffpdf.sh
index 2eb2fbd..34904bf 100755
--- a/makediffpdf.sh
+++ b/makediffpdf.sh
@@ -28,6 +28,8 @@ cd "${cur}"
#wget http://mirror.math.ku.edu/tex-archive/support/latexdiff/latexdiff-fast
#chmod +x latexdiff-fast
latexdiff-fast -p diffpreamble.tex old/flat.tex new/flat.tex > virtio-diff.tex
+perl -pi fixupdiff.pl virtio-diff.tex
+SPECDOC="${SPECDOC}-diff"
rm $SPECDOC.aux $SPECDOC.pdf $SPECDOC.out
xelatex --jobname $SPECDOC virtio-diff.tex
xelatex --jobname $SPECDOC virtio-diff.tex