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/generic/pstricks/pst-news14.tex | |
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/generic/pstricks/pst-news14.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.tex | 45 |
1 files changed, 40 insertions, 5 deletions
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} |