summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-fit/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-24 21:58:47 +0000
committerKarl Berry <karl@freefriends.org>2017-08-24 21:58:47 +0000
commitac09420035e5dca6d9e71c4565eb179c649c7d91 (patch)
tree43303e11126386917128e2e421063cb97b000139 /Master/texmf-dist/doc/generic/pst-fit/README
parent385a14552c642eb259326a5a025ad2da20a2db78 (diff)
pst-fit (24aug17)
git-svn-id: svn://tug.org/texlive/trunk@45109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fit/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fit/README47
1 files changed, 9 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fit/README b/Master/texmf-dist/doc/generic/pst-fit/README
index f03cf6cd819..1b1c2baa84b 100644
--- a/Master/texmf-dist/doc/generic/pst-fit/README
+++ b/Master/texmf-dist/doc/generic/pst-fit/README
@@ -1,41 +1,12 @@
-pstricks-add redefines a lot of the pstricks macros.
-#
-# Do not load another PSTricks related package after pstricks-add!!
-#
-pstricks-add collects a lot of the code which was posted
-to the pstricks mailing list and has some more new features:
+ The package uses PSTricks to fit curves to:
-- pstricks
- o random dots
- O braces
- o define and calculate colors on PS side
- o Gouraud shading
- o braces as node connection/linestyle
- o line style bar
- o lines, drawn "by hand"
- o arrows, arrows, arrows, ...
+- Linear Functions;
+- Power Functions;
+- exp Function;
+- Log_{10} and Log_e functions;
+- Recip;
+- Kings Law data;
+- Gaussian; and
+- 4th order Polynomial
-- pst-plot
- o new syntax for \psplot and \psparametricplot
- o new macro psTangentLine
- o new macro psplotTangent
- o new macro psplotDiffEqn
-- pst-node
- o new option lineAngle for ncdiag
- o new macros for interpolation nodes
- and linear combination of two vectors
- o new macro ncbarr (line with 5 segments)
-
-
-pstricks-add.pro : the prolog file for pstricks-add
-pstricks-add-doc.tex: the included doc file
-
-Save the files pstricks-add.sty|pro|tex in a directory,
-which is part of your local TeX tree. The pro file should go
-into $TEXMF/dvips/pstricks/
-Then do not forget to run texhash to update this tree.
-For more information see the documentation of your LATEX distribution
-on installing packages into your local TeX system or read the
-TeX Frequently Asked Questions:
-(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).