summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fileinfo/myfilist.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/myfilist.sty9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
index d6f59020e8a..07e6f74b285 100644
--- a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
+++ b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
@@ -3,9 +3,9 @@
%% modifies \listfiles to choose files to be listed and
%% list them in a chosen file.
-\def \fileversion {0.3a} \def \filedate {2011/01/30}
+\def \fileversion {0.4} \def \filedate {2012/05/26}
-%% copyright (C) 2008, 2010, 2011 Uwe Lueck,
+%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
%% -- author-maintained in the sense of LPPL below.
%%
@@ -96,7 +96,9 @@
\newcommand{\EmptyFileList}[1][]{%
\let\@filelist\@gobble
\@for\@tempa:=#1\do{%
- \global \expandafter \let \csname ver@\@tempa\endcsname \relax}}
+ \global \expandafter \let \csname ver@\@tempa\endcsname \relax
+ %% v0.4:
+ \global \expandafter \let \csname opt@\@tempa\endcsname \relax}}
% |\ListInfos[<external output file>]|
\newcommand*{\ListInfos}[1][]{%
\ifx$#1$\@dofilelist\else
@@ -137,3 +139,4 @@ v0.3 2010/11/26 split off from "myfiles.sty", opt. arg. for
2010/11/27 some USAGE clarifications
v0.3a 2011/01/29 two empty lines commented out
2011/01/30 copyright updated
+v0.4 2012/05/26 \EmptyFileList clears options