diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-perspective/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-perspective/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-perspective/README b/Master/texmf-dist/doc/generic/pst-perspective/README new file mode 100644 index 00000000000..33e456e7331 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-perspective/README @@ -0,0 +1,18 @@ +------------------------------------------------------------------------ +The pst-perspective package --- orthogonal parallel projection +Maintained by Thomas S\"{o}ll E-mail: thomas.soell@lehrer.uka.de +Released under the LaTeX Project Public License +------------------------------------------------------------------------ + +The package pst-perspective draw an orthogonal parallel projection with an arbitrarily chosen angle and a variable shortening factor. +The points first get projected orthogonally to the base line, and therefrom they get transformed with an arbitrarily chosen angle and shortened. + + +Installation +------------ + +Copy the files pst-perspective.tex and pst-perspective.sty in your +LaTeX-input folder and than tex-hash. Now you can use it with +usepackage{pst-perspective}. + +The package requires recent versions of pstricks and pst-node. |