diff options
-rw-r--r-- | Master/tlpkg/tlpostcode/dvipdfmx.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpostcode/dvipdfmx.pl b/Master/tlpkg/tlpostcode/dvipdfmx.pl index 7c52d9da94f..20718f52c4f 100644 --- a/Master/tlpkg/tlpostcode/dvipdfmx.pl +++ b/Master/tlpkg/tlpostcode/dvipdfmx.pl @@ -45,7 +45,7 @@ sub do_install { if ($l =~ m/^D.*-dDELAYSAFER/) { $isold = 1; push @outlines, "D \"rungs -q -dALLOWPSTRANSPARENCY -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit\" -+%% If you change the above invocation, also change dvipdfmx-unsafe.cfg!\n\n"; +%% If you change the above invocation, also change dvipdfmx-unsafe.cfg!\n\n"; } else { push @outlines, "$l\n"; } |