diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-29 21:31:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-29 21:31:06 +0000 |
commit | 492d2fafcfc5e0d0fa4002ec8c1044ef070d6f7b (patch) | |
tree | 5b01e1ebbf5f7fc30c4a61e3a907774a610e0913 /Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty | |
parent | 4afef6fbf03f04382f6d813dc3114df3ac18a789 (diff) |
pst-rputover (29jun17)
git-svn-id: svn://tug.org/texlive/trunk@44724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty b/Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty new file mode 100644 index 00000000000..340193c2c98 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-rputover/pst-rputover.sty @@ -0,0 +1,30 @@ +%% $Id: pst-rputover.sty 2017-06-29 08:08:51Z thomas $ +%% Version 1.0 +%% +%% This is file `pst-rputover.sty', +%% +%% IMPORTANT NOTICE: +%% +%% Package `pst-rputover.tex' +%% +%% Thomas S\"{O}LL and Martin J.OSBORNE +%% +%% This program can redistributed and/or modified under %% +%% the terms of the LaTeX Project Public License %% +%% Distributed from CTAN archives in directory %% +%% macros/latex/base/lppl.txt; either version 1.3c of %% +%% the License, or (at your option) any later version. %% +%% +%% DESCRIPTION: +%% `pst-rputover' is a PSTricks package that allows you to place text over objects without obscuring background colors +%% +%% Based partially on the answer of Werner at +%% http://tex.stackexchange.com/questions/353748/is-there-a-variant-of-rput-in-pstricks-that-preserves-background-fill-colors +%% +\RequirePackage{pstricks} +\RequirePackage{pst-node} +\ProvidesPackage{pst-rputover}[2017/06/29 package wrapper for pst-rputover.tex] +\input{pst-rputover.tex} +\ProvidesFile{pst-rputover.tex} + [\filedate\space v\fileversion\space `PST-rputover'] +\endinput |