summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks-add
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-08 00:29:40 +0000
committerKarl Berry <karl@freefriends.org>2010-09-08 00:29:40 +0000
commitf9d5c6abd032224d24ba2b7ef05d8f8322f316e5 (patch)
treeeff065f01d9218e3d5915b4190476d11b780c6ac /Master/texmf-dist/doc/generic/pstricks-add
parent8de35c9c8a788292fac62dddebdfe014269218c9 (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')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/Changes5
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdfbin1758251 -> 1759698 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex31
3 files changed, 27 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes
index 4d4cb461d1e..b97240ac9ef 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes
@@ -1,4 +1,4 @@
-%% $Id: Changes 345 2010-06-10 16:07:44Z herbert $
+%% $Id: Changes 375 2010-08-28 15:10:24Z herbert $
%%
pstricks-add.pro -----------
0.23 2009-12-20 - add RGBtoGRAY and WavelengthToGRAY
@@ -39,6 +39,9 @@ pstricks-add.sty ----------- (hv)
pstricks-add.tex ----------- (Dominik Rodriguez/hv)
+ v 3.44 2010-08-28 - new option XYoffset for \psMatrixPlot (hv)
+ v 3.43 2010-08-17 - moved option method into pst-plot (hv)
+ v 3.42 2010-08-01 - fix bug with \newcount\pst@cntC (hv)
v 3.41 2010-06-16 - fix bug with psComment and the \if@star (hv)
v 3.40 2010-03-12 - add macros for ticks on curves (ms)
v 3.39 2010-03-12 - fixed bug with algebraic option in \psplotTangent
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
index d71d4a19ff8..97a52ef8cc1 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
Binary files differ
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