diff options
author | Norbert Preining <preining@logic.at> | 2012-10-13 12:39:57 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-10-13 12:39:57 +0000 |
commit | d4a4b56d69cc3b69836de6c6968d53dcec135a66 (patch) | |
tree | e29e14d7947b80caf11c4f3dcb74cb59ab54d05a /Master/texmf-dist/tex/latex/nicefilelist | |
parent | 14119d0fc4fe1b78c9ea07b9eabb368d6726022b (diff) |
nicefilelist update 13Oct
git-svn-id: svn://tug.org/texlive/trunk@27959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicefilelist')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty | 16 |
2 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS index b88f8481afc..8b607c243c4 100644 --- a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS +++ b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS @@ -1,4 +1,5 @@ \ProvidesFile{nicefilelist.RLS} %% RELEASE INFO + [{2012/10/11 r0.6 v0.6 \string\MaxBaseEmptyList*}] [2012/10/01 r0.5 v0.5 \string\MaxBaseEmptyList] [{2012/05/20 r0.4 v0.4 Kabelschacht + [r] }] [2012/05/20 v0.3 Kabelschacht reimplementation] diff --git a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty index eb66299cae3..5e1a6787cd5 100644 --- a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty +++ b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{nicefilelist}[2012/09/30 v0.5 +\ProvidesPackage{nicefilelist}[2012/10/03 v0.6 more file list alignment (UL)] %% Copyright (C) 2012 Uwe Lueck, @@ -263,11 +263,17 @@ {\NFLnoversion@\NFLspaceIII##1 ##2}}% } %% === Shorthand for 'myfilist' === -%% |\MaxBaseEmptyList{<longest-name>}[<read-again-files>]| -%% as described in Section~\ref{sec:short} (v0.2): -\newcommand*{\MaxBaseEmptyList}[1]{% +%% \[|\MaxBaseEmptyList{<longest-name>}[<read-again-files>]|\] +%% (v0.5) or +%% \[|\MaxBaseEmptyList*[<read-again-files>]|\] +%% (v0.6) as described in Section~\ref{sec:short}: +\newcommand*{\MaxBaseEmptyList}{% + \@ifstar{\maxBaseEmptyList{abcdabcd}}\maxBaseEmptyList} +\newcommand*{\maxBaseEmptyList}[1]{% \MFfieldtemplate{f-base}{#1}% \RequirePackage{myfilist}\EmptyFileList} +%% So |\maxBaseEmptyList| is like former `\MaxBaseEmptyList' +%% without expecting a star---available to users. %% %% === Leaving the Package File === \endinput @@ -298,3 +304,5 @@ v0.33 2012/05/20 removing old code; added 3 %s STORED INTERNALLY v0.4 2012/05/20 option [r] v0.5 2012/09/30 \MaxBaseEmptyList +v0.6 2012/10/03 \MaxBaseEmptyLists first arg. only optional + 2012/10/11 ... bad with 2nd opt. arg., * |