summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fileinfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-10-25 22:09:56 +0000
committerKarl Berry <karl@freefriends.org>2012-10-25 22:09:56 +0000
commitc062be5e345cbf2ad10ea75d8bc4eb636e4c87c1 (patch)
treefce1037e80de75693227194d1cf02e3a6a3f3782 /Master/texmf-dist/tex/latex/fileinfo
parent6988622013d0d522125099c5d34ef000c75d8263 (diff)
fileinfo (25oct12)
git-svn-id: svn://tug.org/texlive/trunk@28075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fileinfo')
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS1
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/myfilist.sty15
2 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS b/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS
index 2180af2d397..931bc187fdc 100644
--- a/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS
+++ b/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS
@@ -1,4 +1,5 @@
\ProvidesFile{fileinfo.RLS} %% RELEASE INFO
+ [2012/10/25 r0.7 myfilist v0.7 \string\NoStopListInfos]
[2012/10/12 r0.6 myfilist v0.6a, correcting r0.5]
[{2012/10/11 r0.5 myfilist v0.5f.: fake entries, [no-bot]}]
[2012/05/26 r0.4 myfilist v0.4: options]
diff --git a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
index 355bb29d1cf..1e07fd149f8 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.6a} \def \filedate {2012/10/12}
+\def \fileversion {0.7} \def \filedate {2012/10/25}
%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
@@ -111,6 +111,14 @@
%
% preceding \ReadListFileInfos deals with the leading comma.
%
+% v0.7 adds
+%
+% \NoStopListInfos[filelist.txt]
+%
+% after which the script can continue until \stop, e.g., for checks
+% with filedate.sty so that the latter's messages are the final lines
+% you see on screen.
+%
% TRICKS:
%
% v0.6 first provides (e.g.)
@@ -157,7 +165,7 @@
\global \expandafter \let \csname ver@\@tempa\endcsname \relax
%% v0.4:
\global \expandafter \let \csname opt@\@tempa\endcsname \relax}}
-% |\ListInfos[<external output file>]|
+% |\ListInfos[<output-file>]| %% was `external output file' 2012/10/25
\newcommand*{\ListInfos}[1][]{%
\ifx$#1$\@dofilelist\else
% \newwrite\file@of@filelist %% mv. v0.6
@@ -184,6 +192,8 @@
\providecommand*{\ListGenerator}{%
^^J from script file \jobname.tex^^J}
\let\read@@typeout\typeout
+% |\NoStopListInfos[<output-file>]| (v0.7)
+\newcommand*{\NoStopListInfos}[1][]{{\let\stop\relax \ListInfos[#1]}}
% v0.5:
%
% There is a little (design) bug in \ListInfos:
@@ -255,3 +265,4 @@ v0.6 2012/10/11 \FileListRemark, \ListGenerator,
\NoBottomLines, [no-bot]
v0.6a 2012/10/12 adding \UseFindUtility and \FindReadListInfos
in the history for v0.5
+v0.7 2012/10/25 \NoStopListInfos