summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg')
-rw-r--r--Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg b/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
index 46b4a7143f2..c37dd820122 100644
--- a/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
+++ b/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
@@ -1,6 +1,10 @@
-%%
+%% $Id$
%% dvipdfmx-unsafe.cfg for trustworthy sources only.
+%%
%% This file is read after reading a default configuration file
-%% dvipdfmx.cfg by an option -i dvipdfmx-unsafe.cfg.
-%%
+%% dvipdfmx.cfg via an option -i dvipdfmx-unsafe.cfg. Or, from XeTeX:
+%% -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E"
+%% (This is needed for PSTricks in XeTeX.)
+%%
D "rungs -q -dALLOWPSTRANSPARENCY -dNOSAFER -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.cfg!