diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty | 10 |
1 files changed, 9 insertions, 1 deletions
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 |