diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks/pst-show.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-show.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-show.pro b/Master/texmf-dist/dvips/pstricks/pst-show.pro new file mode 100644 index 00000000000..c951f3a3f2b --- /dev/null +++ b/Master/texmf-dist/dvips/pstricks/pst-show.pro @@ -0,0 +1,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 +%%
\ No newline at end of file |