summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks-add
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-19 00:02:12 +0000
committerKarl Berry <karl@freefriends.org>2009-10-19 00:02:12 +0000
commit4b211dcd2439c153b096e7870837947d4dda436a (patch)
treea930a2ee83edd74c7bdff4e5dc994564d26333bf /Master/texmf-dist/doc/generic/pstricks-add
parentf178d106a65d06929870917eddad8bdaa1ece706 (diff)
pstricks-add 3.35 (13oct09)
git-svn-id: svn://tug.org/texlive/trunk@15833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks-add')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/Changes5
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdfbin2417680 -> 2418348 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex38
3 files changed, 35 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes
index 46ae4adf46b..f38c0436198 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes
@@ -1,4 +1,4 @@
-%% $Id: Changes 118 2009-05-25 18:47:43Z herbert $
+%% $Id: Changes 138 2009-10-13 11:40:24Z herbert $
%%
pstricks-add.pro -----------
v 0.22 2009-03-17 - add LineByHand stuff
@@ -36,6 +36,9 @@ pstricks-add.sty ----------- (hv)
pstricks-add.tex ----------- (Dominik Rodriguez/hv)
+ v 3.35 2009-08-13 - fix bug with trailing space in \psaxes@vi
+ - fix bug with star version of psplotTangent
+ take care of math mode for comma or dot
v 3.34 2009-05-25 - modified macro \psMatrixPlot
v 3.33 2009-05-23 - fixed introduced bug with \pstScalePoints
v 3.32 2009-05-11 - added psTangentLine for a curve of three points
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
index 8cb7733fd4f..f413eff9196 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
index ffc6915ea78..cfe3e882030 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
+++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add-doc.tex 118 2009-05-25 18:47:43Z herbert $
+%% $Id: pstricks-add-doc.tex 122 2009-08-13 07:21:10Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -5550,15 +5550,36 @@ a function for the curve.
\Lcs{psTangentLine}\OptArgs\Largr{\coord1}\Largr{\coord2}\Largr{\coord3}\Largb{x}\Largb{dx}
\end{BDef}
-\begin{LTXexample}[pos=t,preset=\centering,wide]
+\begin{LTXexample}[width=0.45\linewidth,wide]
\psset{unit=2}
\begin{pspicture}[showgrid=true](1,-1)(4,1)
- \pscurve[showpoints=true](2.1,-0.2)(2.5,0.2)(3.2,0.235)(3.8,-0.2)
- \psTangentLine[Tnormal,arrows=->,linecolor=red](2.5,0.2)(3.2,0.235)(3.8,-0.2){3}{0.1}
- \psTangentLine[arrows=<->,linecolor=blue](2.5,0.2)(3.2,0.235)(3.8,-0.2){3}{0.5}
+ \pscurve[showpoints=true]
+ (2.1,-0.2)(2.5,0.2)(3.2,0.235)(3.8,-0.2)
+ \psTangentLine[Tnormal,arrows=->,
+ linecolor=red](2.5,0.2)(3.2,0.235)%
+ (3.8,-0.2){3}{0.1}
+ \psTangentLine[arrows=<->,
+ linecolor=blue](2.5,0.2)(3.2,0.235)%
+ (3.8,-0.2){3}{0.5}
+\end{pspicture}
+\end{LTXexample}
+
+In special cases one has to use \Lkeyword{curvature}\verb+=1 1 1+ for the macro \Lcs{pscurve}
+to get the same equation for the curve as \Lcs{psplotTangentLine} does.
+
+\begin{LTXexample}[pos=t,preset=\centering,wide]
+\psset{unit=2}
+\begin{pspicture}[showgrid=true](2,-1)(6,2)
+\pscurve[showpoints=true,
+ curvature=1 1 1](2.1,-0.2)(2.5,0.2)(3.2,0.235)(5.8,2)
+\pscurve[showpoints=true,linecolor=green,
+ curvature=1 1 1](2.5,0.2)(3.2,0.235)(5.8,2)
+\psTangentLine[Tnormal,arrows=->,linecolor=red](2.5,0.2)(3.2,0.235)(5.8,2){4.6}{0.6}
+\psTangentLine[arrows=<->,linecolor=blue](2.5,0.2)(3.2,0.235)(5.8,2){4.5}{0.6}
\end{pspicture}
\end{LTXexample}
+
\subsection{\nxLcs{psplotTangent} and option \nxLkeyword{Tnormal}}
%--------------------------------------------------------------------------------------
There is an additional option, named \Lkeyword{Derive} for an
@@ -7565,9 +7586,12 @@ is the first plotted line ($y=1$). With the option
\clearpage
With the \Lkeyword{colorType}=1 the data is printed as continous color
-in the range of the wavelength. \Lkeyword{colorType}=2 ist the same, but vice versa
+in the range of the wavelength. The smallest value of the data array
+is set to red and the biggest value is set to violett. All other values
+are substituted by the corresponding color of the wavlength.
+\Lkeyword{colorType}=2 ist the same, but vice versa
with the color, from violet to red. The following examples uses a 200$\times$200
-matrix data.
+matrix data, which is saved as /dotmatrix [...] in the file \LFile{pstricks-add-doc.dat}.
\begin{LTXexample}[pos=t,preset=\centering]
\begin{pspicture}(10,10)