summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-10-11 18:08:25 +0000
committerNorbert Preining <preining@logic.at>2006-10-11 18:08:25 +0000
commite21a88a2939200a6c5bf21b50d1243d9f8614da6 (patch)
treea688a8c9e23fcc9adf4025be8d2c184a61028348 /Master/texmf-dist/doc/generic
parentcd5ac0ebd2699776c7b807ee322812b4e94210ce (diff)
update pstricks-add
git-svn-id: svn://tug.org/texlive/trunk@2305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/Changes4
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/README18
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdfbin1493444 -> 1497464 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex45
4 files changed, 47 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes
index cc11cf78461..95655bb1206 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes
@@ -1,4 +1,5 @@
pstricks-add.pro ----------- (Dominik Rodriguez/hv)
+ v 0.09 2006-10-10 cvi for the wavelength to get an integer
v 0.08 2006-06-17 more improvements to the code (hv)
v 0.07 2006-04-03 remove whitespace (dr)
v 0.06 2006-01-16 EXP -> Exp, to prevent missmatch with pst-math (hv)
@@ -12,6 +13,9 @@ pstricks-add.pro ----------- (Dominik Rodriguez/hv)
pstricks-add -----------
+ v 2.81 2006-10-10 - fix a trailing space in \pstScalePoints
+ - add macro \psforeach
+ - fix bug in the line macros \length -> \linelength
v 2.80 2006-09-25 - fix a trailing space for fillstyle transparent
v 2.79 2006-09-21 - make ! not active (for french language and SpecialCoor)
- added macro \psforeach
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/README b/Master/texmf-dist/doc/generic/pstricks-add/README
index 0b2dc753ee5..06c8ae2b1ca 100644
--- a/Master/texmf-dist/doc/generic/pstricks-add/README
+++ b/Master/texmf-dist/doc/generic/pstricks-add/README
@@ -1,8 +1,8 @@
pstricks-add redefines a lot of the pstricks macros and uses the extended
-version of the keyval package. So be sure that you
-- pstricks-add depends on the pstricks.pro Version 1.00, 2005/09/18
+version of the keyval package.
+- pstricks-add depends at least on the pstricks.pro Version 1.01, 2005/09/18
you can get it from http://perce.de/LaTeX/pstricks/ or CTAN
-- load pstricks-add at last pstricks related package
+- load pstricks-add at _last_ pstricks related package
- have installed xkeyval with the special pst-xkey
(CTAN: tex-archive/macros/latex/contrib/xkeyval/)
- do not load another package after pstricks-add, which loads
@@ -33,7 +33,6 @@ to the pstricks mailing list and has some more new features:
o new option changeOrder
- pst-node
- o new macro nclineII for a two-colored line
o new option lineAngle for ncdiag
o new macros for interpolation nodes
and linear combination of two vectors
@@ -44,7 +43,10 @@ pstricks-add.pro : the prolog file for pstricks-add
pstricks-add-doc.ltx: the main doc file
pstricks-add-doc.tex: the included doc file
-Save the files pstricks-add.sty|tex|pro in the TeX tree,
-where the pstricks-add.pro file should go in texmf/dvips/pstricks/, then
-run texhash or mktexlsr to update the TeX file base.
-The document needs the data files in example/.
+Save the files pst-func.sty|pro|tex in a directory, which is part of your
+local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/
+Then do not forget to run texhash to update this tree.
+For more information see the documentation of your LATEX distribution
+on installing packages into your local TeX system or read the
+TeX Frequently Asked Questions:
+(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
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 80c3a7ff8f8..6b4259f4820 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 e27102dba61..7857b51a165 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
@@ -6271,7 +6271,7 @@ est remarquable.
%--------------------------------------------------------------------------------------
-\subsection{\CMD{psMatrixPlot}}
+\section{\CMD{psMatrixPlot}}
%--------------------------------------------------------------------------------------
\begin{filecontents}{matrix.dat}
/dotmatrix [ %
@@ -6346,9 +6346,39 @@ the above view.
\end{center}
\egroup
+%--------------------------------------------------------------------------------------
+\section{\CMD{psforeach}}
+%--------------------------------------------------------------------------------------
+
+The macro \CMD{psforeach} allows a loop with an individuell increment.
+
+\begin{verbatim}
+\psforeach{variable}{value list}{action}
+\end{verbatim}
+
+\begin{LTXexample}
+\begin{pspicture}[showgrid=true](5,5)
+ \psforeach{\nA}{0, 1, 1.5, 3, 5}{%
+ \psdot[dotscale=3](\nA,\nA)}
+\end{pspicture}
+\end{LTXexample}
+
%--------------------------------------------------------------------------------------
-\subsection{PostScript}
+\section{\CMD{resetOptions}}
+%--------------------------------------------------------------------------------------
+
+Sometimes it is difficult to know what options, which are changed inside a long document,
+are different to the default one. With this
+macro all options depending to \verb+pst-plot+ can be reset. This depends to all
+options of the packages \verb+pstricks+, \verb+pst-plot+ and \verb+pst-node+.
+
+
+\appendix
+
+
+%--------------------------------------------------------------------------------------
+\section{PostScript}
%--------------------------------------------------------------------------------------
PostScript uses the stack system and the LIFO system, "'Last In, First Out"`.
@@ -6385,16 +6415,6 @@ PostScript uses the stack system and the LIFO system, "'Last In, First Out"`.
%--------------------------------------------------------------------------------------
-\section{\CMD{resetOptions}}
-%--------------------------------------------------------------------------------------
-
-Sometimes it is difficult to know what options, which are changed inside a long document,
-are different to the default one. With this
-macro all options depending to \verb+pst-plot+ can be reset. This depends to all
-options of the packages \verb+pstricks+, \verb+pst-plot+ and \verb+pst-node+.
-
-
-%--------------------------------------------------------------------------------------
\section{Credits}
%--------------------------------------------------------------------------------------
{Hendri Adriaens | }
@@ -6409,6 +6429,7 @@ options of the packages \verb+pstricks+, \verb+pst-plot+ and \verb+pst-node+.
{Jens-Uwe Morawski |}
{Tobias N\"ahring |}
{Rolf Niepraschk |}
+{Alan Ristow |}
{Arnaud Schmittbuhl |}
{Timothy Van Zandt}