summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-03-22 23:35:56 +0000
committerNorbert Preining <preining@logic.at>2021-03-22 23:35:56 +0000
commit6da5d48ce2152f3b136e26650d72e7647de3c239 (patch)
treee9b3ea3831cf336aeab541166f9d6c406a568786
parent27a265fae8d60241e88cc05fd84440291dac4bc7 (diff)
Fix patch + remain
git-svn-id: svn://tug.org/texlive/trunk@58640 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlpostcode/dvipdfmx.pl2
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";
}