diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
commit | a9eff7800c1787b0af5f140437003eea9e53cbb3 (patch) | |
tree | 6a6bee46035290fe65d79ff8cae90279eca08759 /Master/texmf/dvipdfmx | |
parent | 8c3ddaae131e42eb2318cfe675eaff5a184892e1 (diff) |
towards 2010 pretest: enabling restricted write18, PDF 1.5 by default, ptex support files, other new programs, with i386-linux binaries
git-svn-id: svn://tug.org/texlive/trunk@18336 c570f23f-e606-0410-a88d-b1316a301751
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: |