diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/commado/commado.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/commado/commado.sty | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/commado/commado.sty b/Master/texmf-dist/tex/generic/commado/commado.sty index 6bdc458a35c..25f5b687ad6 100644 --- a/Master/texmf-dist/tex/generic/commado/commado.sty +++ b/Master/texmf-dist/tex/generic/commado/commado.sty @@ -1,6 +1,6 @@ \input plainpkg % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{commado}[2012/11/27 v0.1 iterate on CSL (UL)] +\ProvidesPackage{commado}[2012/11/30 v0.11 iterate on CSL (UL)] %% %% Copyright (C) 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu @@ -36,17 +36,18 @@ %% % (cf. "\TeX's Tokens" in the \ctanpkgref{dowith} documentation). %% A variant of parsing as in 'fifinddo.sty' %% (\ctanpkgdref{nicetext} bundle) and -%% \ctanpkgstyref{bitelist} package is employed +%% \ctanpkgstyref{bitelist}\urlfoot{CtanPkgRef}{bitelist} +%% package is employed %% ^ 2012/11/30 %% (while I am about to use different approaches there, %% one may see here how, inspired by `\@ifblank' in -%% \ctanpkgstyref{url}). +%% \ctanpkgstyref{url}).\urlfoot{CtanPkgRef}{url} %% The purpose of the following `\edef' of %% |\DoWithCSL{<cmd>}{<list>}| %% is to get a space token after `\@firstoftwo' in the parameter text. %% \pagebreak[3] \let\CD@final@comma\relax \edef\DoWithCSL#1#2{% - \CD@final@comma#2CD@final@comma + \CD@final@comma#2\CD@final@comma %% 2nd \ 2012/11/30 \noexpand\@firstoftwo % \noexpand\@firstsecondofthree \space\CD@final@comma @@ -82,6 +83,8 @@ %% %% == \acro{VERSION HISTORY} == -v0.1 2012/11/24f. started - 2012/11/26 code ready - 2012/11/27 documented +v0.1 2012/11/24f. started + 2012/11/26 code ready + 2012/11/27 documented +v0.11 2012/11/30 code typo corrected, removing final space, + doc. \urlfoot's |