summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/multido
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-23 20:55:43 +0000
committerNorbert Preining <preining@logic.at>2007-11-23 20:55:43 +0000
commit2f8e0a1a87cf9aea619c2fc175a5b904f342086b (patch)
tree05d722868571a7fb14c8e184e37e1bd53e28dc85 /Master/texmf-dist/doc/generic/multido
parent7d5123b683f21e96049f4534e7d660b6c817bfdc (diff)
update multido
git-svn-id: svn://tug.org/texlive/trunk@5580 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/multido')
-rw-r--r--Master/texmf-dist/doc/generic/multido/Changes9
-rw-r--r--Master/texmf-dist/doc/generic/multido/multido.doc15
-rw-r--r--Master/texmf-dist/doc/generic/multido/multido.pdfbin60231 -> 63288 bytes
3 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/multido/Changes b/Master/texmf-dist/doc/generic/multido/Changes
new file mode 100644
index 00000000000..6db777a0742
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/multido/Changes
@@ -0,0 +1,9 @@
+--- multido.tex
+1.4 Small change to make it compatible with PSTricks v0.93 and later.
+1.41 2004-05-18 - fix bug when using the fp-package (same macronames)
+ FPadd -> fpAdd; FPsub -> fpSub (RN/hv)
+
+
+--- multido.doc
+2004-05-18 - small changes to this documentation (RN/HV)
+2006-01-01 - updated (hv)
diff --git a/Master/texmf-dist/doc/generic/multido/multido.doc b/Master/texmf-dist/doc/generic/multido/multido.doc
index a1c419175c7..da68bedee59 100644
--- a/Master/texmf-dist/doc/generic/multido/multido.doc
+++ b/Master/texmf-dist/doc/generic/multido/multido.doc
@@ -104,7 +104,7 @@
\thanks{Author's address: Department of Economics, Princeton University,
Princeton, NJ 08544-1021, USA. Internet: \protect\url{tvz@Princeton.EDU}.
This document was edited by Rolf Niepraschk \protect\url{Rolf.Niepraschk@ptb.de} and
- Herbert Voss \protect\url{voss@perce.de} to get it run with LaTeX2e (2004-05-21)}}
+ Herbert Voss \protect\url{voss@perce.de} to get it run with LaTeX2e (2006-01-01)}}
\maketitle
"multido.tex"/"multido.sty" contains the \N\multido\ macro, which is a loop
@@ -238,18 +238,19 @@ incremented backwards.
iteration.
\item The command "\multidostop" causes the "\multido" loop to quit at the end
of the current iteration.
-\item Fixed point addition is performed by \N\FPadd\ and \N\FPsub:
+\item Fixed point addition is performed by \N\fpAdd\ and \N\fpSub:
\begin{MD}
- \FPadd{num1}{num2}{command}\\
- \FPsub{num1}{num2}{command}
+ \fpAdd{num1}{num2}{command}\\
+ \fpSub{num1}{num2}{command}
\end{MD}
<num2> is added to or subtracted from <num1>, and the answers is stored in the
command sequence given as the third argument. The rules about decimals and so
on that apply to number variables apply here as well. E.g., after
\begin{verbatim}
- \FPsub{1.75}{-0.15}{\answer}
+ \fpSub{1.75}{-0.15}{\answer}
\end{verbatim}
-the definition of "\answer" is 1.90.
+\fpSub{1.75}{-0.15}{\answer}
+the definition of "\answer" is \answer.
\end{itemize}
\subsection*{Changes:}
@@ -269,7 +270,7 @@ changed to "\long\def\multido@".
\item[V1.4] Small change to make it compatible with PSTricks v0.93 and later.
-\item[V1.41] Fix bug when using the fp-package (same macroname) and small
+\item[V1.41] Fix bug when using the fp-package (same macronames) and small
changes to this documentation (RN/HV)
\end{description}
diff --git a/Master/texmf-dist/doc/generic/multido/multido.pdf b/Master/texmf-dist/doc/generic/multido/multido.pdf
index 668b503f6c2..db9793caf54 100644
--- a/Master/texmf-dist/doc/generic/multido/multido.pdf
+++ b/Master/texmf-dist/doc/generic/multido/multido.pdf
Binary files differ