summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-04 22:54:05 +0000
committerKarl Berry <karl@freefriends.org>2010-11-04 22:54:05 +0000
commit97feaccaf34dfd3ad2d01c2d31a71d82a3a2e845 (patch)
tree5e556502b772770c3feb79a4c648005fab2d5609 /Master/texmf-dist/doc
parentbb64659eb013780c07781bc90d37b77be7189782 (diff)
pstricks 2.13 (3nov10)
git-svn-id: svn://tug.org/texlive/trunk@20315 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic11
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex2
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-doc.cls8
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news10.pdfbin523763 -> 530771 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news10.tex24
6 files changed, 43 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes
index bc99d21eb73..3472649cd57 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes
@@ -1,3 +1,4 @@
+2010-11-03 - extensions to pst-doc.cls v 0.16
2010-05-15 - extensions to pst-doc.cls v 0.15
2010-01-04 - extensions to pst-doc.cls v 0.14
2009-12-08 - extensions to pst-doc.cls
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 276651d595c..179b5490460 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -1,4 +1,15 @@
pstricks.tex --------
+2.13 2010-11-01 - new macro and counter for the type of read coordinates
+ \pstCheckCoorType{#1} sets the macro \pst@C@@rType
+% \pst@C@@rType = 0 cartesian (x,y)
+% = 1 polar (r;phi)
+% = 2 PS (! x y)
+% = 3 mixed ((x,y)|(x,y))
+% = 4 algebraic (*x f(x))
+% = 5 node (A)
+% = 6 special node ([...]A)
+% = 7 node (>A)
+
2.12 2010-09-16 - new optional argument for setflat
- fix bug with doubled linecap definition
- fix bug with missing linejoin in \psls@solid
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index 3c2f1f34c7b..9fc9cfc49ad 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
@@ -1,4 +1,6 @@
pstricks.sty --------
+0.47 2010-09-18 - fix bug with option 97, load pstricks97.pro and
+ pst-dots97.pro
0.46 2010-08-28 - fix bug with auto-pst-pdf
0.45 2010-06-17 - add option pdf for using auto-pst-pdf together
with pdflatex (needs an option -shell-escape
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls
index c44d5983d24..2758aa299ad 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls
@@ -1,4 +1,4 @@
-% $Id: pst-doc.cls 327 2010-05-24 15:54:43Z herbert $
+% $Id: pst-doc.cls 413 2010-11-03 20:06:24Z herbert $
%
%%
%% The PSTricks Project
@@ -15,11 +15,12 @@
%%
%
\listfiles
-\ProvidesClass{pst-doc}[2010/05/15 v 0.15 PSTricks documentation class (hv)]
+\ProvidesClass{pst-doc}[2010/11/03 v 0.16 PSTricks documentation class (hv)]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
\ProcessOptions\relax
%
-\LoadClass[titlepage,DIV13]{scrartcl}
+\LoadClass[%titlepage,
+DIV13]{scrartcl}
%
\RequirePackage[dvipsnames,x11names,svgnames,table]{xcolor}
\RequirePackage[T1]{fontenc}
@@ -399,6 +400,7 @@
\def\OptArg{\@ifnextchar*\OptArg@i{\OptArg@ii*}}% star version without braces
\def\OptArg@i*#1{\colorbox{black!20}{\texttt{#1}}\kern1pt}
\def\OptArg@ii*#1{\colorbox{black!20}{\texttt{[#1]}}\kern1pt}
+\def\DBS{{\ttfamily\textbackslash\textbackslash}}
\def\docauthor#1{\gdef\@docauthor{#1}}
\docauthor{}
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf
index 151df5f09ef..02206673830 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex
index 23804d0f6c2..28f430967e5 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex
@@ -68,6 +68,30 @@ run.
\section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)}
%--------------------------------------------------------------------------------------
+\subsection{Coordinates}
+With the setting \Lcs{SpecialCoor} the package allows different kinds of coordinates.
+The macro \Lcs{uput} can now be used in a different way.
+The default behaviour for nodes with a relative point puts its argument \emph{without} rotation
+on the line $\overline{AB}$. When using the prefix > before the node or the $x$-value for
+cartesian coordinates, the behaviour is different. Now the angle between the line $\overline{OB}$
+and the horizontal line
+is taken into account and the placement of the argument of \Lcs{uput} is different to
+the default behaviour.
+
+\begin{LTXexample}[width=6cm,wide=true]
+\begin{pspicture}[showgrid](5,6)
+\pnode(0,4){A}\psdot(A)
+\pnode(3,2){B}\psdot(B)
+\psline(A)(B)
+\psline[linestyle=dashed](A)(3,4)
+\psline[linestyle=dashed](A)(3,6)
+\psline[linestyle=dashed](B)
+\uput{1cm}[(B)](A){foo}
+\uput{1cm}[(B)](>A){bar}
+\end{pspicture}
+\end{LTXexample}
+
+
\subsection{New optional arguments}
The new arguments are only valid for the macros \Lcs{psellipse}, \Lcs{pscircle}, \Lcs{psarc}.
\Lcs{psellipticarc}, \Lcs{pscurve}, \Lcs{psplot}, and \Lcs{psparametricplot}.