diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-12 22:32:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-12 22:32:50 +0000 |
commit | 44df6d09616942cb3a83276fba2978bc9cdee561 (patch) | |
tree | 25d8704f6242db91513074383de6c56a9bcb10fe /Master/texmf-dist/doc | |
parent | b2f136b4ef89ad57771cb79327eb0745a7c93bd1 (diff) |
pstricks (12mar14)
git-svn-id: svn://tug.org/texlive/trunk@33160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.dvips | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf | bin | 54057 -> 65878 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.tex | 45 |
4 files changed, 44 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips index 9cb27ba7e92..a5769f1a0b6 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips @@ -1,4 +1,5 @@ ---- pstricks.pro +1.22 2014-03-12 - added cubic spline stuff (Christoph Bersch) 1.21 2013-11-28 - deleted the overlay stuff 1.20 2013-11-26 - fix for Rand 1.19 2013-11-08 - do not put /Uput in a local dictionary diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 9e9e51e5f1b..c5bd29678d5 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -3,6 +3,9 @@ versions like 2.47a have only changes in other files, but not in this main package. +2.53 2014-03-12 - added cubic splines +2.52 2014-03-01 - allow rot=.. for all elliptic macros + - enable \SpecialCoor as default 2.51 2014-02-03 - make strokeopacity available for dots 2.50 2014-01-16 - added experimental fillstyle oefill, the inverse of eofill - allow PostScript notation for \pst@checknum diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf Binary files differindex ddc0a8131d1..1ee07cc9a07 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex index 6ecca9b37a6..74c92823641 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex @@ -37,7 +37,7 @@ basic package \nxLFile{pstricks}} %-------------------------------------------------------------------------------------- \section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)} %-------------------------------------------------------------------------------------- -\section{Opacity} +\subsection{Opacity} The keyword \Lkeyword{strokeopacity} is now also valid for \Lcs{psdot}, \Lcs{psdots}, and the \Lkeyword{linestyle}/\Lkeyword{plotstyle}=\Lkeyval{dots}. @@ -66,13 +66,11 @@ needs some tricky internal commands and may not work in all cases. \begin{pspicture}[linewidth=2pt](12,4) \pscustom[linestyle=none,fillstyle=eofill,fillcolor=blue!40]{% \psellipse(4,2)(2,2)\psellipse(2,2)(2,2)} -\psellipse[linecolor=red](4,2)(2,2) -\psellipse[linecolor=green](2,2)(2,2) +\psellipse[linecolor=red](4,2)(2,2)\psellipse[linecolor=green](2,2)(2,2) % \pscustom[linestyle=none,fillstyle=oefill,fillcolor=blue!40]{% \psellipse(10,2)(2,2)\psellipse(8,2)(2,2)} -\psellipse[linecolor=red](10,2)(2,2) -\psellipse[linecolor=green](8,2)(2,2) +\psellipse[linecolor=red](10,2)(2,2)\psellipse[linecolor=green](8,2)(2,2) \end{pspicture} \end{LTXexample} @@ -104,6 +102,43 @@ needs some tricky internal commands and may not work in all cases. \end{LTXexample} + +\subsection{New macro \nxLcs{pscspline} (by Christoph Bersch)} + +\begin{BDef} +\LcsStar{pscspline}\OptArgs\Largr{$x_0,y_0$}\Largr{$x_1,y_1$}\ldots\Largr{\CAny} +\end{BDef} + + +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](5,5) + \pscspline[arrows=|->, showpoints](0,0)(1,2) + \pscspline[arrows=->, showpoints](0,4)(2,3)(3,4)(5,0) + \pscspline(4,4) +\end{pspicture}\par +\begin{pspicture}[showgrid](5,5) + \pscspline[linestyle=symbol, symbol=U, + symbolStep=12pt](0,0)(1,2) + \pscspline[linestyle=symbol, symbol=a, + symbolStep=12pt](0,4)(2,3)(3,4)(5,0) +\end{pspicture} +\end{LTXexample} + +\bigskip +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](5,5) + \pscustom[fillcolor=red!20, fillstyle=solid]{% + \pscspline(0,3)(4,2)(5,0) + \lineto(0,0) + \closepath} +\end{pspicture} +\end{LTXexample} + +\subsection{\nxLcs{Special Coor}} + +The Macro \Lcs{SpecialCoor} for scanning special coodinate expressions is now enabled by +default. You can enable it with \Lcs{NormalCoor}. + \clearpage \nocite{*} \bibliographystyle{plain} |