blob: 6ac80064de845e93f043447e5df4b4d557234acd (
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
|
The pst-rputover package Authors: Martin J. Osborne, Thomas Söll
`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
Dated: 2017/06/29 Version 1.0
pst-rputover contains the following:
1) pst-rputover.sty
2) pst-rputover.tex
- rputover
- coverable
- pclineover
- pcarrowC
Save the files pst-rputover.sty|tex in a directory, which is part of your
local TeX tree.
Then do not forget to run texhash to update this tree.
For more information see the documentation of your LATEX distribution
on installing packages into your local TeX system or read the
TeX Frequently Asked Questions:
(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
pst-rputover needs pst-node, pstricks-xkey and pstricks, which should
be part of your local TeX installation, otherwise get it from a
CTAN server, http://mirror.ctan.org
PSTricks is PostScript Tricks, the documentation cannot be run
with pdftex, use the sequence latex->dvips->ps2pdf or latex->dvips->distiller.
T. Söll
|