diff options
author | Norbert Preining <preining@logic.at> | 2007-11-23 20:55:43 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-23 20:55:43 +0000 |
commit | 2f8e0a1a87cf9aea619c2fc175a5b904f342086b (patch) | |
tree | 05d722868571a7fb14c8e184e37e1bd53e28dc85 /Master/texmf-dist/doc/generic/multido/multido.doc | |
parent | 7d5123b683f21e96049f4534e7d660b6c817bfdc (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/multido.doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/multido/multido.doc | 15 |
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} |