summaryrefslogtreecommitdiff
path: root/makediffpdf.sh
blob: c7864df18d9fe0303b0f367b89b00b57c72fc61c (plain)
1
2
3
4
5
6
7
8
#make pdf diff using latexpand and latexdiff-fast
./makediff.sh virtio.tex
SPECDOC=${SPECDOC:-`cat REVISION`}
SPECDOC="${SPECDOC}-diff"
rm $SPECDOC.aux $SPECDOC.pdf $SPECDOC.out
xelatex --jobname $SPECDOC virtio-diff.tex
xelatex --jobname $SPECDOC virtio-diff.tex
xelatex --jobname $SPECDOC virtio-diff.tex