summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-pad/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-pad/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-pad/README69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-pad/README b/Master/texmf-dist/doc/generic/pst-pad/README
new file mode 100644
index 00000000000..ec0a1a391e6
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pad/README
@@ -0,0 +1,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
+