blob: e81d9dc5b012dd31aa4b53588d83e5e624dbab43 (
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
|
pst-eucl package
Euklidian geometry
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
INSTALLATION
------------
If you want to just test it quickly, keep the files:
pst-eucl.pro, pst-eucl.tex and pst-eucl.sty
in the directory where you work.
For a good integration:
copy pst-eucl.pro to your local texmf directory :
/usr/local/texmf.local/dvips/pstricks (for example)
pst-eucl.tex and pst-eucl.sty to a directory referenced
by the TEXCONFIG shell global variable, or in the local texmf
directory :
/usr/local/texmf.local/tex/generic/pstricks
run `texhash`
|