diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-08 00:29:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-08 00:29:40 +0000 |
commit | f9d5c6abd032224d24ba2b7ef05d8f8322f316e5 (patch) | |
tree | eff065f01d9218e3d5915b4190476d11b780c6ac /Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | |
parent | 8de35c9c8a788292fac62dddebdfe014269218c9 (diff) |
pstricks-add 3.44 (28aug10)
git-svn-id: svn://tug.org/texlive/trunk@19604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex index 0ba4e700e95..6a47db801e2 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex +++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pstricks-add-doc.tex 345 2010-06-10 16:07:44Z herbert $ +%% $Id: pstricks-add-doc.tex 376 2010-08-28 15:40:17Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -66,8 +66,7 @@ version >1.04 from June 2004, otherwise the additional macros may not work as expected. The ellipsis material and the option \verb+asolid+ (renamed to \verb+eofill+) are \index{fillstyle!eofill@\texttt{eofill}} now part of the new -\verb+pstricks.tex+ package, available at CTAN or at -\url{http://perce.de/LaTeX/}. \LPack{pstricks-add} will for ever be +\verb+pstricks.tex+ package, available on CTAN. \LPack{pstricks-add} will for ever be an experimental and dynamical package, try it at your own risk. \begin{itemize} @@ -96,6 +95,7 @@ Christophe Fourey; Hubert G\"a\ss lein; J\"urgen Gilg; Denis Girou; +Pablo Gonzáles; Peter Hutnick; Christophe Jorssen; Uwe Kern; @@ -106,6 +106,7 @@ Rolf Niepraschk; Alan Ristow; Christine R\"omer; Arnaud Schmittbuhl; +John Smith; Timothy Van Zandt \end{abstract} @@ -3201,23 +3202,37 @@ is the first plotted line ($y=1$). With the option \bgroup \begin{center} -%\begin{LTXexample}[pos=t,preset=\centering] +\psscalebox{0.6}{% \begin{pspicture}(-0.5,-0.75)(11,11) \psaxes{->}(11,11) \psMatrixPlot[dotsize=1.1cm,dotstyle=square*,linecolor=magenta]% {10}{10}{matrix.data} \psMatrixPlot[dotsize=.5cm,dotstyle=o,ChangeOrder]{10}{10}{matrix.data} -\end{pspicture} -%\end{LTXexample} +\end{pspicture}}\quad +\psscalebox{0.6}{% +\begin{pspicture}(-0.5,-0.75)(11,11) + \psaxes{->}(11,11) + \psMatrixPlot[dotsize=1.1cm,dotstyle=square*,linecolor=magenta,XYoffset=-0.5]% + {10}{10}{matrix.data} + \psMatrixPlot[dotsize=.5cm,dotstyle=o,ChangeOrder,XYoffset=-0.5]{10}{10}{matrix.data} +\end{pspicture}} \end{center} \begin{lstlisting} +\psscalebox{0.6}{% \begin{pspicture}(-0.5,-0.75)(11,11) \psaxes{->}(11,11) \psMatrixPlot[dotsize=1.1cm,dotstyle=square*,linecolor=magenta]% {10}{10}{matrix.data} \psMatrixPlot[dotsize=.5cm,dotstyle=o,ChangeOrder]{10}{10}{matrix.data} -\end{pspicture} +\end{pspicture}}\quad +\psscalebox{0.6}{% +\begin{pspicture}(-0.5,-0.75)(11,11) + \psaxes{->}(11,11) + \psMatrixPlot[dotsize=1.1cm,dotstyle=square*,linecolor=magenta,XYoffset=-0.5]% + {10}{10}{matrix.data} + \psMatrixPlot[dotsize=.5cm,dotstyle=o,ChangeOrder,XYoffset=-0.5]{10}{10}{matrix.data} +\end{pspicture}} \end{lstlisting} \begin{LTXexample}[pos=t,preset=\centering] @@ -4520,7 +4535,7 @@ calculated on the \PS side. \end{center} \begin{lstlisting} -\newcommand{\Touch}{% +\newcommand\Touch{% \psframe[linestyle=none,fillstyle=solid,fillcolor=bl,dimen=middle](0.1,0.75)} \definecolor[ps]{bl}{rgb}{tx@addDict begin Red Green Blue end}% % Echelle 1cm <-> 40 nm |