summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/commado
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-30 23:32:29 +0000
committerKarl Berry <karl@freefriends.org>2012-11-30 23:32:29 +0000
commit1940e85fb00c285d08ff92d6f58559f87aba6cd6 (patch)
tree676d194fd93c842d447271383a3f1787b0d1bea8 /Master/texmf-dist/doc/generic/commado
parentb415b4e1fc380c1246bcc741b9e31f1cee911a3b (diff)
new latex package commado (29nov12)
git-svn-id: svn://tug.org/texlive/trunk@28396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/commado')
-rw-r--r--Master/texmf-dist/doc/generic/commado/README67
-rw-r--r--Master/texmf-dist/doc/generic/commado/SrcFILEs.txt19
-rw-r--r--Master/texmf-dist/doc/generic/commado/commado.pdfbin0 -> 568138 bytes
3 files changed, 86 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/commado/README b/Master/texmf-dist/doc/generic/commado/README
new file mode 100644
index 00000000000..b512833a30b
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/commado/README
@@ -0,0 +1,67 @@
+
+ README for the `commado' bundle
+
+ Iterate on comma-separated and filename lists
+
+ (C) Uwe Lueck 2012/11/27
+
+
+`commado.sty' provides
+
+ \DoWithCSL{<cmd>}{<list>}
+
+to apply an existing one-parameter macro <cmd> to each item
+in a list <list> in which items are separated by commas.
+
+`filesdo.sty' provides
+
+ \DoWithBasesExts{<cmd>}{<bases>}{<exts>}
+
+to run <cmd>{<base>.<ext>} for some (at most) one-parameter
+macro <cmd>, each base filename <base> in the comma-separated
+list <bases> and each extension in the comma-separated list
+<exts>.
+
+As opposed to LaTeX’s internal \@for, no assignments are
+involved (unless <cmd> uses assignments, "expandability" in
+"TeX’s gullet").
+
+Both packages are "generic," i.e., should work with Plain
+TeX, LaTeX or even other formats, relying on the `plainpkg'
+package for some minimal LaTeX-like behaviour.
+
+RELATED PACKAGES: `loops' and others mentioned in the
+ `dowith' package documentation.
+
+KEYWORDS: macro programming, programming structures, loops,
+ lists
+
+REQUIRED PACKAGES: `plainpkg', `stacklet'
+
+LICENSE: The package files `commado.sty', `filesdo.sty' and
+ the files `commado.pdf' and `commado.tex' documenting
+ both package files can be redistributed and/or modified
+ under the terms of the LaTeX Project Public License;
+ either version 1.3c of the License, or any later version,
+ see
+
+ http://www.latex-project.org/lppl.txt
+
+ There is NO WARRANTY, indeed this still is somewhat
+ experimental.
+
+ The `commado' package is author-maintained in the sense
+ of the license.
+
+The latest public version of the package is available at
+
+ http://mirror.ctan.org/macros/latex/contrib/commado/
+
+A TDS version of the package is available as
+
+ http://mirror.ctan.org/install/macros/latex/contrib/commado.tds.zip
+
+Please report bugs, problems, suggestions, and bad English via
+
+ http://www.contact-ednotes.sty.de.vu
+
diff --git a/Master/texmf-dist/doc/generic/commado/SrcFILEs.txt b/Master/texmf-dist/doc/generic/commado/SrcFILEs.txt
new file mode 100644
index 00000000000..8a9adf692bc
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/commado/SrcFILEs.txt
@@ -0,0 +1,19 @@
+
+ *File List*
+ commado.RLS 2012/11/27 v0.1 initial
+ commado.sty 2012/11/27 v0.1 iterate on CSL (UL)
+ filesdo.sty 2012/11/27 v0.1 iterate on files (UL)
+ commado.tex 2012/11/27 -- documenting commado.sty
+srcfiles.tex 2012/11/27 -- file infos -> SrcFILEs.txt
+ ---USED.--- -- -- -- -- ----
+fifinddo.sty 2012/11/17 v0.61 filtering TeX(t) files by TeX (UL)
+ makedoc.sty 2012/08/28 v0.52 TeX input from *.sty (UL)
+niceverb.sty 2012/11/27 v0.51 minimize doc markup (UL)
+texlinks.sty 2012/11/27 v0.61 TeX-related links (UL)
+ makedoc.cfg 2012/11/26 -- documentation settings
+mdoccorr.cfg 2012/11/13 -- `makedoc' local typographical corrections
+ ***********
+
+ List made at 2012/11/27, 17:30
+ from script file srcfiles.tex
+
diff --git a/Master/texmf-dist/doc/generic/commado/commado.pdf b/Master/texmf-dist/doc/generic/commado/commado.pdf
new file mode 100644
index 00000000000..39feafc8434
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/commado/commado.pdf
Binary files differ