texlive[58412] Master/texmf-dist/dvipdfmx/dvipdfmx.cfg:

commits+karl at tug.org commits+karl at tug.org
Mon Mar 15 23:30:13 CET 2021


Revision: 58412
          http://tug.org/svn/texlive?view=revision&revision=58412
Author:   karl
Date:     2021-03-15 23:30:13 +0100 (Mon, 15 Mar 2021)
Log Message:
-----------
dvipdfmx-unsafe.cfg doc

Modified Paths:
--------------
    trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg
    trunk/Build/source/texk/dvipdfm-x/man/dvipdfmx.1
    trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
    trunk/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg

Property Changed:
----------------
    trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg

Modified: trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg	2021-03-15 22:29:46 UTC (rev 58411)
+++ trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg	2021-03-15 22:30:13 UTC (rev 58412)
@@ -151,12 +151,13 @@
 %% will also be re-encoded using Flate. To turn the conversion off,
 %% simply remove the options mentioned above.
 %% 
-%% Incidentally, especially in TL, more than one dvipdfmx.cfg may be
-%% extant.  You can find the one that is active by running:
-%% kpsewhich -progname=dvipdfmx -format='other text files' dvipdfmx.cfg
+%% Incidentally, especially in TL, more than one dvipdfmx.cfg may exist.
+%% You can find the one that is active by running:
+%%   kpsewhich -progname=dvipdfmx -format=othertext dvipdfmx.cfg
 %% and control which one is found by setting DVIPDFMXINPUTS.
 %%
-D  "rungs -q -dALLOWPSTRANSPARENCY -dDELAYSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
+D  "rungs -q -dALLOWPSTRANSPARENCY -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!
 
 % other random ps converters people have experimented with.
 %D "/usr/local/bin/ps2pdf -dEPSCrop '%i' '%o'"

Modified: trunk/Build/source/texk/dvipdfm-x/man/dvipdfmx.1
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/man/dvipdfmx.1	2021-03-15 22:29:46 UTC (rev 58411)
+++ trunk/Build/source/texk/dvipdfm-x/man/dvipdfmx.1	2021-03-15 22:30:13 UTC (rev 58412)
@@ -10,7 +10,7 @@
 .sp
 .fi
 ..
-.TH "DVIPDFMX" "1" "5 October 2020"
+.TH "DVIPDFMX" "1" "15 March 2021"
 .SH NAME
 dvipdfmx, xdvipdfmx, dvipdfm \- produce PDF files directly from DVI files
 .SH SYNOPSIS
@@ -36,7 +36,6 @@
 rather than a separate program.  Compatibility is attempted as best as
 possible.  
 
-In addition,
 .B xdvipdfmx
 is another incarnation.  It is used as the back end for
 .BR xetex (1)
@@ -134,6 +133,12 @@
 .B \-\-\^help
 Show a help message and exit successfully.
 .TP 5
+.B \-\^i " cfgfile"
+Read
+.I cfgfile
+as another include file, after reading the default
+.IR dvipdfmx.cfg .
+.TP 5
 .B \-\^l
 Select landscape mode.  In other words, exchange the 
 .I x
@@ -318,6 +323,12 @@
 .I dvipdfmx.cfg
 Default configuration file
 .TP 5
+.I dvipdfmx-unsafe.cfg
+Configuration file that runs Ghostscript without safety checks; use only
+for trusted source files. It is currently required to use PSTricks with
+XeTeX:
+.B xetex \-output-driver="xdvipdfmx \-i dvipdfmx-unsafe.cfg -q -E" ...
+.TP 5
 .I pdftex.map
 The default font map file (this may be changed in the config file).
 .TP 5

Modified: trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
===================================================================
--- trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg	2021-03-15 22:29:46 UTC (rev 58411)
+++ trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg	2021-03-15 22:30:13 UTC (rev 58412)
@@ -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!


Property changes on: trunk/Master/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg
===================================================================
--- trunk/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg	2021-03-15 22:29:46 UTC (rev 58411)
+++ trunk/Master/texmf-dist/dvipdfmx/dvipdfmx.cfg	2021-03-15 22:30:13 UTC (rev 58412)
@@ -151,12 +151,13 @@
 %% will also be re-encoded using Flate. To turn the conversion off,
 %% simply remove the options mentioned above.
 %% 
-%% Incidentally, especially in TL, more than one dvipdfmx.cfg may be
-%% extant.  You can find the one that is active by running:
-%% kpsewhich -progname=dvipdfmx -format='other text files' dvipdfmx.cfg
+%% Incidentally, especially in TL, more than one dvipdfmx.cfg may exist.
+%% You can find the one that is active by running:
+%%   kpsewhich -progname=dvipdfmx -format=othertext dvipdfmx.cfg
 %% and control which one is found by setting DVIPDFMXINPUTS.
 %%
 D  "rungs -q -dALLOWPSTRANSPARENCY -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!
 
 % other random ps converters people have experimented with.
 %D "/usr/local/bin/ps2pdf -dEPSCrop '%i' '%o'"



More information about the tex-live-commits mailing list.