diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
commit | 892f3ce16d68ac11d0fc2726b051cc276b47e3c1 (patch) | |
tree | 14e1536e28b587d0e5489da05554334ea5d4ad82 /Master/texmf-dist/doc/generic/pstricks/pst-news10.tex | |
parent | 3452f352c7df351df8f08f0ae01f6cae4ace2fb4 (diff) |
pstricks 2.17 (2feb11)
git-svn-id: svn://tug.org/texlive/trunk@21291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news10.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news10.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex index 28f430967e5..b7c6840b9fb 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex @@ -99,6 +99,7 @@ The new arguments are only valid for the macros \Lcs{psellipse}, \Lcs{pscircle}, \medskip \begin{tabular}{@{} l >{\em}l l l @{}}\toprule \emph{name} & type & \emph{default} & \emph{description}\\\midrule +\Lkeyword{dashcolor} & color & \nxLcs{relax} & for colored dashed lines \\ \Lkeyword{startLW} & length & \Lcs{pslinewidth} & starting linewidth \\ \Lkeyword{endLW} & length & \Lcs{pslinewidth} & ending linewidth \\ \Lkeyword{startWL} & integer& 380 & starting wave length\\ @@ -107,6 +108,42 @@ The new arguments are only valid for the macros \Lcs{psellipse}, \Lcs{pscircle}, \Lkeyword{variableColor} & boolean & \false & use variable color\\\bottomrule \end{tabular} +\bigskip +\begingroup +\psset{linewidth=2mm,linestyle=dashed} +\begin{pspicture}(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture}\quad +\begin{pspicture}(4,4) +\psframe[linecolor=blue,dashcolor=green,framearc=0.5](0,0)(4,4) +\end{pspicture} +\quad \psset{linecap=2,dash=5mm 5mm } +\begin{pspicture}(4,-4) +\psline[linecolor=black,dashcolor=black!40,linecap=0](0,0)(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture} +\endgroup + +\begin{lstlisting} +\psset{linewidth=2mm,linestyle=dashed} +\begin{pspicture}(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture}\quad +\begin{pspicture}(4,4) +\psframe[linecolor=blue,dashcolor=green,framearc=0.5](0,0)(4,4) +\end{pspicture} +\quad \psset{linecap=2,dash=5mm 5mm } +\begin{pspicture}(4,-4) +\psline[linecolor=black,dashcolor=black!40,linecap=0](0,0)(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture} +\end{lstlisting} + + \begin{LTXexample}[width=7cm,wide=true] \psset{endLW=15pt} \begin{pspicture}(-3.5,-2.5)(3.5,2.5) |