summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pstricks/pst-show.pro
blob: c951f3a3f2bab2fdd7805fe889a0fc643a1751a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%% 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
%%