diff -Naur ghostscript-9.51.old/lib/dvipdf ghostscript-9.51/lib/dvipdf --- ghostscript-9.51.old/lib/dvipdf 2020-03-12 13:26:37.000000000 +0100 +++ ghostscript-9.51/lib/dvipdf 2020-03-13 10:05:11.758253892 +0100 @@ -43,4 +43,4 @@ # We have to include the options twice because -I only takes effect if it # appears before other options. -exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS - +exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -