summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pstricks/dvipsone.con
blob: 9f8fa4f87e9afde01c46314803ec82e7b792ff64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%% BEGIN pstricks.con (for DVIPSONE driver)
%%
%% Configuration file for PSTricks 97: must be renamed `pstricks.con'
%%
%% Version 97 (1994/03/29)
%%
%% For use with DVIPSONE. (May require the -j flag with dvipsone)

\def\pstdriver{DVIPSONE}
\def\pstunit{1bp}
{\catcode`\"=12 \gdef\pstverb#1{\special{" #1}} }
\def\pstVerb#1{\special{ps:: #1}}
\def\pstverbscale{1 dviscl div dup neg scale}
\def\pstrotate{CP CP translate 3 -1 roll neg rotate \tx@NET}
\def\pstheader#1{\special{header=#1}}

\pstcustomize

\endinput

%% To get PSTricks charpath and textpath to work:
----------- pst-show.pro ------------------------------------------
%!
% Patch for dvipsone to get PSTricks' charpath and textpath to work.
% Save as pst-show.pro, put it with your other PSTricks .pro files.
% Add "\pstheader{pst-show.pro}" to the beginning of your document.
%
% We unbind show:
dvidict begin
/S {show dup 0 rmoveto} def
/T {show 2 index 0 rmoveto} def
/s {show} def
end
------------- end pst-show.pro ------------------------------------
%%
%% END: pstricks.con