From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/generic/commado/README | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 macros/generic/commado/README (limited to 'macros/generic/commado/README') diff --git a/macros/generic/commado/README b/macros/generic/commado/README new file mode 100644 index 0000000000..75ceed7fbf --- /dev/null +++ b/macros/generic/commado/README @@ -0,0 +1,67 @@ + + README for the `commado' bundle + + Iterate on comma-separated and filename lists + + (C) Uwe Lueck 2012/11/29 + + +`commado.sty' provides + + \DoWithCSL{}{} + +to apply an existing one-parameter macro to each item +in a list in which items are separated by commas. + +`filesdo.sty' provides + + \DoWithBasesExts{}{}{} + +to run {.} for some (at most) one-parameter +macro , each base filename in the comma-separated +list and each extension in the comma-separated +list . + +As opposed to LaTeX’s internal \@for, no assignments are +involved (unless 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 + -- cgit v1.2.3