From 077b7f28068b171123060d4542e685fd901f00b1 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Thu, 21 May 2015 10:13:04 +0000 Subject: makediff: mark enumerate/itemize as floats Helps detect begin/end crossing these environments and fix up automatically. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@533 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makediff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makediff.sh') diff --git a/makediff.sh b/makediff.sh index cb6eb76..7d64c93 100755 --- a/makediff.sh +++ b/makediff.sh @@ -54,7 +54,7 @@ sed 's/\\footnote{/\\footnote {/' 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|longtable|table|tabular|plate|lstlisting|note)[\w\d*@]*,PICTUREENV=(?:picture|DIFdeltextcstwo|DIFnomarkup|lstlisting)[\w\d*@]*" \ +"FLOATENV=(?:figure|longtable|table|tabular|plate|lstlisting|note|enumerate|itemize)[\w\d*@]*,PICTUREENV=(?:picture|DIFdeltextcstwo|DIFnomarkup|lstlisting)[\w\d*@]*" \ --append-safecmd=field --append-textcmd=mmioreg \ --ignore-warnings -p diffpreamble.tex old/flat-fixed.tex \ new/flat-fixed.tex > virtio-diff-tofix.tex -- cgit v1.2.3