diff --git a/utils/tex2rtf/tools/suppresswarnings.sh b/utils/tex2rtf/tools/suppresswarnings.sh new file mode 100644 index 0000000000..07078c807b --- /dev/null +++ b/utils/tex2rtf/tools/suppresswarnings.sh @@ -0,0 +1,3 @@ +# Suppresses some of the more common warnings + +lacheck $1 | sed -e "/possible unwanted/d;/you may need/d;/TAB characyer/d;/Use \`/d;/missing \`\\\/d;/Dots/d;/Whitespace/d"