diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-17 15:42:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-17 15:42:35 +0000 |
commit | 4150020a0ea0a0bb0d00983c2e1c6d97cd33651f (patch) | |
tree | 2441d0280d5d61772abd7ba2b38fd08c7590652d /Master/texmf-dist/doc/generic/multido | |
parent | 10a4077637761a34bb459f8bc9a6cdb7894e8f72 (diff) |
multido 1.42 (15may10)
git-svn-id: svn://tug.org/texlive/trunk@18302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/multido')
-rw-r--r-- | Master/texmf-dist/doc/generic/multido/Changes | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/multido/multido-doc.pdf | bin | 0 -> 64366 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/multido/multido-doc.tex (renamed from Master/texmf-dist/doc/generic/multido/multido.doc) | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/multido/multido-test.tex | 27 |
4 files changed, 13 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/generic/multido/Changes b/Master/texmf-dist/doc/generic/multido/Changes index 6db777a0742..1abe6687f75 100644 --- a/Master/texmf-dist/doc/generic/multido/Changes +++ b/Master/texmf-dist/doc/generic/multido/Changes @@ -1,9 +1,12 @@ --- multido.tex -1.4 Small change to make it compatible with PSTricks v0.93 and later. +1.42 2010-05-14 - small changes to the code (hv) + - LPPL license (hv) 1.41 2004-05-18 - fix bug when using the fp-package (same macronames) FPadd -> fpAdd; FPsub -> fpSub (RN/hv) +1.4 Small change to make it compatible with PSTricks v0.93 and later. ---- multido.doc -2004-05-18 - small changes to this documentation (RN/HV) +--- multido-doc.tex +2010-05-14 - updated (hv) 2006-01-01 - updated (hv) +2004-05-18 - small changes to this documentation (RN/HV) diff --git a/Master/texmf-dist/doc/generic/multido/multido-doc.pdf b/Master/texmf-dist/doc/generic/multido/multido-doc.pdf Binary files differnew file mode 100644 index 00000000000..54a947cc8b7 --- /dev/null +++ b/Master/texmf-dist/doc/generic/multido/multido-doc.pdf diff --git a/Master/texmf-dist/doc/generic/multido/multido.doc b/Master/texmf-dist/doc/generic/multido/multido-doc.tex index da68bedee59..28611001736 100644 --- a/Master/texmf-dist/doc/generic/multido/multido.doc +++ b/Master/texmf-dist/doc/generic/multido/multido-doc.tex @@ -1,11 +1,7 @@ -%% BEGIN multido.doc -%% -%% Documentation for multido.tex/multido.sty. -%% Run through LaTeX, with or without the NFSS. -%% - +%% $Id: multido-doc.tex 317 2010-05-14 21:54:15Z herbert $ \documentclass[12pt]{article} -\usepackage{multido} +\usepackage{fp,multido} +\let\MDfv\fileversion \usepackage{url} \makeatletter @@ -98,13 +94,13 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\title{Documentation for multido.tex:\\[2pt] +\title{Documentation for multido.tex, version \MDfv:\\[2pt] A loop macro for Generic \protect\TeX} \author{Timothy Van Zandt% \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 (2006-01-01)}} + This document was edited by Rolf Niepraschk \protect\url{Rolf.Niepraschk@gmx.de} and + Herbert Voss \protect\url{hvoss@tug.org} to get it run with LaTeX2e (2006-01-01)}} \maketitle "multido.tex"/"multido.sty" contains the \N\multido\ macro, which is a loop @@ -275,4 +271,4 @@ changes to this documentation (RN/HV) \end{description} \end{document} -%% END multido.doc +%% END multido-doc diff --git a/Master/texmf-dist/doc/generic/multido/multido-test.tex b/Master/texmf-dist/doc/generic/multido/multido-test.tex deleted file mode 100644 index 7cf8c1de267..00000000000 --- a/Master/texmf-dist/doc/generic/multido/multido-test.tex +++ /dev/null @@ -1,27 +0,0 @@ - -\listfiles\errorcontextlines=100 -\documentclass{article} - -%\usepackage{fp} -%\input{multido} -\usepackage{multido}[2004/05/15] -\usepackage{fp} - -\begin{document} - -\typeout{\meaning\FPadd} -\typeout{\meaning\FPsub} -\typeout{\meaning\fpAdd} -\typeout{\meaning\fpSub} - -\setlength{\unitlength}{1cm} - -\begin{picture}(8,1)(0,-.5) - \small - \put(0,0){\vector(1,0){8}} - \multido{\i=0+1,\n=0+0.25}{8}{% - \put(\i,-.1){\line(0,1){.2}} - \put(\i,-.2){\makebox(0,0)[t]{\n}}} -\end{picture} - -\end{document} |