diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-05 23:09:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-05 23:09:13 +0000 |
commit | e871cf60fc09d3490d03edd318214ae79c60d646 (patch) | |
tree | a3977606c5895d40689faa5aebe393462174329d /Master/texmf-dist/doc/generic/pstricks/pst-news13.tex | |
parent | 79133778bb4e0c49a8d9e75ad97fc37e9ef976fa (diff) |
pstricks (5apr13)
git-svn-id: svn://tug.org/texlive/trunk@29678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news13.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news13.tex | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex index d6337b1cd6d..b3174fe2b06 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex @@ -1,4 +1,4 @@ -%% $Id: pst-news13.tex 755 2013-03-09 08:48:58Z herbert $ +%% $Id: pst-news13.tex 763 2013-04-05 08:45:57Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -32,6 +32,7 @@ basic package \nxLFile{pstricks}} \section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)} %-------------------------------------------------------------------------------------- +\subsection{Fillstyle \texttt{dots}} A fix for the fill style \Lkeyval{dots} to make it work again: \begin{LTXexample}[width=5cm] @@ -40,6 +41,20 @@ A fix for the fill style \Lkeyval{dots} to make it work again: \endpspicture \end{LTXexample} +\subsection{New macro \nxLcs{psRing}} + +\begin{BDef} +\LcsStar{psRing}\OptArgs\Largr{\CAny}\Largb{Inner Radius}\Largb{Outer Radius} +\end{BDef} + + +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](4,4) + \psRing[linecolor=red](2,2){0.3}{0.8} + \psRing*[opacity=0.5](2,2){1}{2} +\psdot(2,2) +\end{pspicture} +\end{LTXexample} \section{The PostScript header files} \subsection{\nxLFile{pstricks.pro}} |