diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:08:20 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:08:20 +0000 |
commit | 99b6adc076aa7516825a10d1d52fe47e8f8730f9 (patch) | |
tree | 030e7d892779f516fb650fdfa38feaa4464036d9 /Master/texmf-dist/tex/latex/nicefilelist | |
parent | 0898e1fdd27c3968ab94aca1751dbd24252babc4 (diff) |
nicefilelist update
git-svn-id: svn://tug.org/texlive/trunk@27892 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 | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty | 10 |
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 7fa50e33682..b88f8481afc 100644 --- a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS +++ b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS @@ -1,5 +1,6 @@ \ProvidesFile{nicefilelist.RLS} %% RELEASE INFO + [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] -% [2012/03/29 v0.2 reimpl.: much within \string\typeout] -% [2012/03/23 v0.1(a) initial] + [2012/05/20 v0.3 Kabelschacht reimplementation] + [2012/03/29 v0.2 reimpl.: much within \string\typeout] + [2012/03/23 v0.1(a) initial] diff --git a/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty b/Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty index 4cf70735873..eb66299cae3 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/05/20 v0.4 +\ProvidesPackage{nicefilelist}[2012/09/30 v0.5 more file list alignment (UL)] %% Copyright (C) 2012 Uwe Lueck, @@ -262,6 +262,13 @@ {\NFL@place@version{##1}\NFLspaceIII##2}% {\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]{% + \MFfieldtemplate{f-base}{#1}% + \RequirePackage{myfilist}\EmptyFileList} +%% %% === Leaving the Package File === \endinput %% @@ -290,3 +297,4 @@ v0.32 2012/05/20 removing \NFL@xpxpxp; replacing \NFL@after@false 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 |