diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-27 16:10:11 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-27 16:10:11 +0000 |
commit | 90223caed1ae555c070e83f2ded1af18c5ee0e77 (patch) | |
tree | 70f497b5fc9dd2c6034696036fb1ba9d8ca060cb | |
parent | 722dfaf8d89b507762a36dcb9eb7377978ab848f (diff) |
makediff: add longtable as floatenv
fix latex error in diff generation
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@402 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rwxr-xr-x | makediff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makediff.sh b/makediff.sh index 3bf9dc0..61794de 100755 --- a/makediff.sh +++ b/makediff.sh @@ -35,5 +35,5 @@ sed 's/\\footnote{/\\footnote {/' new/flat.tex > new/flat-fixed.tex #cp new/flat.tex new/flat-fixed.tex #wget http://mirror.math.ku.edu/tex-archive/support/latexdiff/latexdiff-fast #chmod +x latexdiff-fast -latexdiff-fast --config "FLOATENV=(?:figure|table|tabular|plate)[\w\d*@]*" --append-safecmd=field --ignore-warnings -p diffpreamble.tex old/flat-fixed.tex new/flat-fixed.tex > virtio-diff.tex +latexdiff-fast --config "FLOATENV=(?:figure|longtable|table|tabular|plate)[\w\d*@]*" --append-safecmd=field --ignore-warnings -p diffpreamble.tex old/flat-fixed.tex new/flat-fixed.tex > virtio-diff.tex #perl -pi fixupdiff.pl virtio-diff.tex |