diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-26 22:50:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-26 22:50:40 +0000 |
commit | 7a88911ffe2801abc78f25c81f6b3cf2bc0c4b82 (patch) | |
tree | 0ced28a9465f3a0244595c7f82eaca1c4d198197 /Master/texmf-dist/dvips | |
parent | 92fc98cab37ec4df1477c3c9a32d724d4ed049d5 (diff) |
pstricks (26jul15)
git-svn-id: svn://tug.org/texlive/trunk@37963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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 |