diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-02 23:18:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-02 23:18:49 +0000 |
commit | 0ec319f636ce648c5fa688a7ca8be2dd44c3a8ee (patch) | |
tree | 22eac9a46b88d8032c57717c422d069553b2f770 /Master/texmf-dist/source/generic/commado | |
parent | 59e52a9aaf7ccb545c0e6c410f3859a7b79b43aa (diff) |
commado (2dec12)
git-svn-id: svn://tug.org/texlive/trunk@28419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/commado')
-rw-r--r-- | Master/texmf-dist/source/generic/commado/commado.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/generic/commado/commado.tex b/Master/texmf-dist/source/generic/commado/commado.tex index bc9707e8e97..b0e7935502a 100644 --- a/Master/texmf-dist/source/generic/commado/commado.tex +++ b/Master/texmf-dist/source/generic/commado/commado.tex @@ -1,4 +1,4 @@ -\ProvidesFile{commado.tex}[2012/11/27 documenting commado.sty] +\ProvidesFile{commado.tex}[2012/11/30 documenting commado.sty] \title{\pkg{\huge commado.sty} and \pkg{\huge filesdo.sty}\\---\\% Immediately Extend a One-Argument Macro\\ to Comma-Separated Lists and Combinations\\ @@ -15,8 +15,6 @@ \documentclass{article} %% TODO paper dimensions!? \usepackage{catchdq} %% TODO earlier than `langcode' \input{makedoc.cfg} %% shared formatting settings -\newcommand*{\ctanpkgdref}[1]{% %% 2012/11/19 2012/11/27 - \ctanpkgref{#1}\,\urlfoot{CtanPkgRef}{#1}} \ReadPackageInfos{commado,filesdo} % \usepackage{commado} \MDkeywords{macro programming, programming structures, loops, lists} @@ -77,7 +75,8 @@ closing brace are ignored. So \[`\DoWithCSL{<cmd>}{ cfg, sty, tex }'\] works like \[`\DoWith{<cmd>}{{cfg}{sty}{tex}}'\] -from \ctanpkgstyref{dowith}. With `\DoWithCSL' +from \ctanpkgstyref{dowith}.\urlfoot{CtanPkgRef}{dowith} %% foot 2012/11/30 +With `\DoWithCSL' (at present), %% 2012/11/27 an item cannot be empty or consist of blank spaces only. Empty or blank items can be handled by `\DoWith'. @@ -96,7 +95,8 @@ This works like `\ReadFileInfos{niceverb.tex}' \end{quote} or actually -(a special feature of \ctanpkgref{readprov}'s +(a special feature of \ctanpkgref{readprov}'s\urlfoot{CtanPkgRef}{readprov} + %% <- foot 2012/11/30 `\ReadFileInfos' is that its argument may be a comma-separated list already) \begin{quote} @@ -126,6 +126,6 @@ and reimplementing `\ReadFileInfos' using `\DoWithCLS' in 'myfilist.sty' VERSION HISTORY -2012/11/24 for v0.1 very first - - +2012/11/24 for v0.1 very first +2012/11/30 for v0.11 \ctanpkgdref moves to `makedoc.cfg', + 2 more link footnotes |