blob: ec0a1a391e6bd1320a1ac1259185aa85c5f3e61c (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Description:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
pst-pad is a PSTricks package for drawing simple attachment systems.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Contents:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Makefile - Makefile for PDF documentation
pst-pad.sty - The LaTeX file
pst-pad.tex - The TeX file
pst-pad-doc.pdf - The documentation
pst-pad-doc.tex - The documentation (source)
showexpl.cfg - Configuration file for showexpl.sty
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Installation:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Save the files pst-pad.sty|tex in a directory, which is part of your
local TeX tree. Then do not forget to run texhash to update this
tree. pst-pad needs pst-node and pstricks, which should be part of
your local TeX installation, otherwise get it from a CTAN server,
f.ex. ftp://ftp.dante.de
Save the files
pst-pad.sty
pst-pad.tex
in any place, where latex or any other TeX program will find it. Do
not forget to update your database, when installing this package the
first time.
pst-pad uses the extended version of the keyval package. So be sure
that you
- have installed xkeyval with the special pst-xkey
(CTAN: tex-archive/macros/latex/contrib/xkeyval/)
- do not load another package after pst-pad, which loads the old
keyval.sty or pst-key.tex
If you like to get the documentation file in another format run
latex pst-pad-doc.tex
latex pst-pad-doc.tex
dvips pst-pad-doc.dvi
to get a PostScript file. But pay attention, that the pst-pad files
are saved in the above mentioned way, before you run latex on the
documentation file.
The intermediate DVI file works only with viewers which can interprete
the embedded PostScript code.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Licence:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This material is subject to the LaTeX Project Public License. See
http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
the details of that license.
Author: Patrick Drechsler
Created: Tue Feb 19 18:14:18 2008
|