summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-16 01:42:59 +0000
committerKarl Berry <karl@freefriends.org>2010-02-16 01:42:59 +0000
commit6616840c9ba3c764ae576f11d93a31bdc396b7f5 (patch)
tree479786ed1bcbc3228e4c97a339072ceebce3becf /Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg
parenta1073b05757b48497052226c6a59d56f1969267c (diff)
add pstricks config subdir
git-svn-id: svn://tug.org/texlive/trunk@17054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg b/Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg
new file mode 100644
index 00000000000..b44c2fb27bc
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/pstricks/config/distiller.cfg
@@ -0,0 +1,62 @@
+%% BEGIN: distiller.con (for distiller driver)
+%%
+%% Configuration file for PSTricks
+%%
+%% Version 0.01 (2008/01/24)
+%%
+%% For use with Adobes Distiller (tested with v7.0.7)
+%%
+%% COPYRIGHT 2008 by Herbert Voss, hvoss@tug.org.
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%
+\def\pstdriver{distiller}
+{\catcode`\"=12\gdef\pstverb#1{\special{" #1}}} % Check catcode of "
+\def\pstunit{1bp}%
+\def\pstVerb#1{\special{ps: #1}}
+\def\pstverbscale{SDict begin normalscale end}
+\ifx\textsuperscript\@undefined
+ \def\pstheader#1{\special{header=#1}}
+\else
+ \ifx\Gin@PS@file@header\@undefined
+ \def\pstheader#1{\AtBeginDvi{\special{header=#1}}}
+ \else
+ \let\pstheader\Gin@PS@file@header
+ \fi
+\fi
+%% In the following, CP is short for currentpoint.
+%% The neg is necessary because dvips scales the coordinates by 1 -1.
+%% \tx@NET means neg exch neg exch translate.
+\def\pstrotate{CP CP translate 3 -1 roll neg rotate \tx@NET}
+%
+\pst@def{setTransparency}<
+ [ /BM/Normal
+ /ca \psk@opacityalpha
+ /CA \psk@opacityalpha /SetTransparency pdfmark >
+\pst@def{setStrokeTransparency}<
+ [ /BM/Normal
+ /ca \psk@strokeopacityalpha
+ /CA \psk@strokeopacityalpha /SetTransparency pdfmark >
+\pst@def{setBlendmode}<
+ [ /BM\ifcase\psk@blendmode%
+ /Normal \or
+ /Compatible %\or
+ \else /Normal
+ /Screen \or
+ /Multiply %\or
+% /Hardlight
+ \fi/ca \psk@shapealpha /CA \psk@opacityalpha /SetTransparency pdfmark >
+%%
+%% ****************** END distiller.con *****************************
+
+%%%%%%%%%%%%%%%%%%% !! CUSTOMIZATION STUFF GOES HERE: !! %%%%%%%%%%%%%%%%%%
+%% If you want to include your own customizations to pstricks.tex, then
+%% uncomment the \pstcustomize command, and include your modifications
+%% after \pstcustomize. These will be read in after pstricks.tex.
+%\pstcustomize
+%
+\endinput
+%%
+%% END: distiller.con