summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/commado
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-02 23:18:49 +0000
committerKarl Berry <karl@freefriends.org>2012-12-02 23:18:49 +0000
commit0ec319f636ce648c5fa688a7ca8be2dd44c3a8ee (patch)
tree22eac9a46b88d8032c57717c422d069553b2f770 /Master/texmf-dist/tex/generic/commado
parent59e52a9aaf7ccb545c0e6c410f3859a7b79b43aa (diff)
commado (2dec12)
git-svn-id: svn://tug.org/texlive/trunk@28419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/commado')
-rw-r--r--Master/texmf-dist/tex/generic/commado/commado.RLS1
-rw-r--r--Master/texmf-dist/tex/generic/commado/commado.sty17
2 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/commado/commado.RLS b/Master/texmf-dist/tex/generic/commado/commado.RLS
index ac78cd6a6e2..c026bdd1a81 100644
--- a/Master/texmf-dist/tex/generic/commado/commado.RLS
+++ b/Master/texmf-dist/tex/generic/commado/commado.RLS
@@ -1,2 +1,3 @@
\ProvidesFile{commado.RLS} %% RELEASE INFO
+ [2012/11/30 v0.11 fix final trim]
[2012/11/27 v0.1 initial]
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