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.sty15
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
index 1e07fd149f8..c3fd202e328 100644
--- a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
+++ b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
@@ -3,7 +3,7 @@
%% modifies \listfiles to choose files to be listed and
%% list them in a chosen file.
-\def \fileversion {0.7} \def \filedate {2012/10/25}
+\def \fileversion {0.71} \def \filedate {2012/11/22}
%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
@@ -224,7 +224,7 @@
\UseFindUtility\ReadListFileInfos}
% v0.6:
%
-% |\FileListRemark[<info>]{<filename>}| \
+% |\FileListRemark[<info>]{<filename>}|\\
% writes and reads a dummy file <filename> with \Provides...
% content <info> which is empty by default:
\newcommand*\FileListRemark[2][]{%
@@ -232,7 +232,13 @@
\immediate\write\file@of@filelist{%
\string\ProvidesFile{#2}[#1]}%
\immediate\closeout\file@of@filelist
- \ReadFileInfos{#2}}
+% v0.71 allows using \FileListRemark with 'filedate''s
+% \FileDateAutoChecks:
+ {\ifx\@providesfile\FD@provfile
+ \let\@pr@videpackage\FD@@provpkg
+ \let\@providesfile \FD@@provfile
+ \fi
+ \ReadFileInfos{#2}}}
%
% |\NoBottomLines|
\newcommand*{\NoBottomLines}{%
@@ -266,3 +272,6 @@ v0.6 2012/10/11 \FileListRemark, \ListGenerator,
v0.6a 2012/10/12 adding \UseFindUtility and \FindReadListInfos
in the history for v0.5
v0.7 2012/10/25 \NoStopListInfos
+v0.71 2012/11/22 \FileListRemark works with \FileDateAutoChecks
+ from `readprov.sty' v0.5;
+ doc. \FileListRemark: `\ ' -> `\\'