diff options
Diffstat (limited to 'Master/texmf/dvipdfmx')
-rw-r--r-- | Master/texmf/dvipdfmx/dvipdfmx.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg index 559e80460a8..9667743ea65 100644 --- a/Master/texmf/dvipdfmx/dvipdfmx.cfg +++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg @@ -1,3 +1,5 @@ +%% dvipdfmx configuration file. (Public domain.) +%% %% PDF Version Setting %% %% PDF (minor) version stamp to use in output file. @@ -6,8 +8,9 @@ %% as CIDFontType2 requires at least version 1.3. Transparent imaging %% model requires version 1.4. So if you want soft-masking support for %% PNG image with alpha channels, you should set version to 4 or higher. +%% PDF 1.5 enables object compression. -%V 4 +V 5 %% Dvipdfmx Compatibility Flags %% @@ -19,7 +22,7 @@ %% Dvipdfm's (not 'x') behaviour. %% 0x0010 Do not optimize PDF destinations. Use this if you want to %% refer from other files to destinations in the current file. - + %C 0x0000 %% PDF Document Settings @@ -115,7 +118,7 @@ P 0x003C %% Ghostscript (PS-to-PDF and PDF-to-PDF): %% %% ps2pdf is a front-end to gs. For a complete list of options, see -%% http://ghostscript.com/doc/current/Ps2pdf.htm +%% http://ghostscript.com/doc/current/Ps2pdf.htm#Options %% %% By default, gs encodes all images contained in a PS file using %% the lossy DCT (i.e., JPEG) filter. This often leads to inferior @@ -138,6 +141,7 @@ P 0x003C %% -dSAFER which ps2pdf does: when used with pstricks, %% /usr/local/texlive/2009/texmf-dist/dvips/pstricks/pstricks.pro (for %% example) needs to be accessed. +%% D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile=%o %i -c quit" %% Frank Siegert's PStill: |