blob: c8f371e9078e31289eae8fa70c921a2bef4f91ba (
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
|
Save the files pst-bezier.sty|tex in a directory, which is part of your
local TeX tree. pst-bezier.pro should be saved in ../texmf/dvips/pstricks/
Then do not forget to run texhash to update this tree.
pst-bezier needs pst-plot and pst-tricks, which should be part of your
local TeX installation, otherwise get it from a CTAN server, f.ex.
http://www.CTAN.org
Save the files
pst-bezier.sty
pst-bezier.tex
pst-bezier.pro
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-bezier 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-bezier, which loads
the old keyval.sty or pst-key.tex
If you like to get the documentation file in another format run
latex pst-bezier-doc.tex
bibtex pst-bezier.doc
latex pst-bezier-doc.tex
dvips pst-bezier-doc.dvi
to get a PostScript file. But pay attention, that the pst-bezier
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.
For another PDF output read the Introduction from
the documentation.
|