summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-03-22 23:10:06 +0000
committerNorbert Preining <preining@logic.at>2021-03-22 23:10:06 +0000
commitf79a008e806003fec006b528ca26c45df41e4155 (patch)
tree023eeb00bc80433ed855e57cebbe60dc5c479a95
parentc7920f9e29c829bba73f5ad45c1d7e06f62356af (diff)
Fix comment about unsafe version in dvipdfmx.cfg
git-svn-id: svn://tug.org/texlive/trunk@58638 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/dvipdfmx/dvipdfmx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg b/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg
index 001cd8ec105..dc154507acb 100644
--- a/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg
+++ b/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg
@@ -157,7 +157,7 @@ P 0x003C
%% and control which one is found by setting DVIPDFMXINPUTS.
%%
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 dvipdfmxunsafe.cfg!
+%% If you change the above invocation, also change dvipdfmx-unsafe.cfg!
% other random ps converters people have experimented with.
%D "/usr/local/bin/ps2pdf -dEPSCrop '%i' '%o'"