summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/multido/multido.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/multido/multido.doc')
-rw-r--r--Master/texmf-dist/doc/generic/multido/multido.doc15
1 files changed, 8 insertions, 7 deletions
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}