From 2bd3a97e68ab7bbf790cb6cfcc49c2d9dae3e51d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Nov 2012 23:35:22 +0000 Subject: fileinfo (13nov12) git-svn-id: svn://tug.org/texlive/trunk@28252 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/fileinfo/fdatechk.tex | 11 +++++++++ Master/texmf-dist/source/latex/fileinfo/gather.tex | 21 +++++++--------- .../texmf-dist/source/latex/fileinfo/myfilist.tex | 28 ++++++++++++++++------ .../texmf-dist/source/latex/fileinfo/readprov.tex | 15 ++++++------ 4 files changed, 48 insertions(+), 27 deletions(-) create mode 100644 Master/texmf-dist/source/latex/fileinfo/fdatechk.tex (limited to 'Master/texmf-dist/source/latex/fileinfo') diff --git a/Master/texmf-dist/source/latex/fileinfo/fdatechk.tex b/Master/texmf-dist/source/latex/fileinfo/fdatechk.tex new file mode 100644 index 00000000000..f150161a1e5 --- /dev/null +++ b/Master/texmf-dist/source/latex/fileinfo/fdatechk.tex @@ -0,0 +1,11 @@ +\ProvidesFile{fdatechk.tex}[2012/11/13 filedate checks] +%% TODO shorter notation +\ModDates +%\EqualityMessages +\FileDateAutoChecks +\ReadFileInfos{fileinfo.RLS, + readprov.sty,myfilist.sty, + readprov,myfilist, + gather,fdatechk} +\DatesDiffWarnings +\CheckDateOfToday{fileinfo.RLS} diff --git a/Master/texmf-dist/source/latex/fileinfo/gather.tex b/Master/texmf-dist/source/latex/fileinfo/gather.tex index a98db80e911..bc8126759ac 100644 --- a/Master/texmf-dist/source/latex/fileinfo/gather.tex +++ b/Master/texmf-dist/source/latex/fileinfo/gather.tex @@ -1,22 +1,19 @@ -\ProvidesFile{gather.tex}[2012/10/25 collect file infos] +\ProvidesFile{gather.tex}[2012/11/13 collect file infos] \RequirePackage[no-bot]{myfilist} \RequirePackage{dowith,filedate} +% \EqualityMessages \FileDateAutoChecks +%% <- OK except with \FileListRemark TODO 2012/11/11 \EmptyFileList[readprov.sty,myfilist.sty] \FileListRemark[----------]{-RELEASE.---} \ReadFileInfos{fileinfo.RLS} \FileListRemark[----------]{-----USE.---} -\ReadPackageInfos{readprov,myfilist} +\ReadPackageInfos{myfilist,readprov} \FileListRemark[----------]{-----DOC.---} -\ReadFileInfos{readprov,myfilist} +\ReadFileInfos{myfilist,readprov} \FileListRemark[----------]{----USED.---} -\ReadFileInfos{README.tex,makedoc.cfg} +\ReadFileInfos{makedoc.cfg} \ReadPackageInfos{fifinddo,makedoc,niceverb} -\ReadFileInfos{gather} -\NoStopListInfos[CONTENTs.txt] -\ModDates \EqualityMessages -\UseReferenceDate{\thepdfmoddate} -\DoWithAllOf\CheckDateOfGiven{{fileinfo.RLS} - {readprov.sty}{myfilist.sty} - {readprov.tex}{myfilist.tex} - {gather.tex}} +\ReadFileInfos{README,fdatechk,gather} +\NoStopListInfos[SrcFILEs.txt] +\input{fdatechk.tex} \stop diff --git a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex index 4114e9b1717..816b592ac53 100644 --- a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex +++ b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex @@ -1,4 +1,4 @@ -\ProvidesFile{myfilist.tex}[2012/10/25 documenting myfilist.sty] +\ProvidesFile{myfilist.tex}[2012/11/13 documenting myfilist.sty] \title{\textsf{myfilist}\\---\\ List Infos on just the Files\\You Want to Know About% \GetFileInfo{myfilist.sty}\thanks{% @@ -62,7 +62,7 @@ \ReadPackageInfos{myfilist} \usepackage{wiki} %% TeX markup inserted by the txt-to-TeX function must be -%% declared here for using 'niceverb''s ``auto mode". +%% declared here for using 'niceverb''s ``auto mode.'' \AddToNoVerbList{\LaTeXe\dots\textbf\emph \TeX\LaTeX} %% 2012/09/28 \begingroup \MakeActive\" @@ -74,6 +74,7 @@ \pagestyle{headings} \usepackage{parskip} +\MDfinaldatechecks \begin{document} \maketitle @@ -120,8 +121,8 @@ The file '\jobname.sty' is provided ready, installation only requires putting it somewhere where \TeX\ finds it (which may need updating the filename data base).\urlfoot{ukfaqref}{inst-wlcf} -\section{File Info Header} +\section{File Info Header} \sloppy \enlargethispage{.5\baselineskip} %% 2012/10/12 \wikiEnvironments %% TODO fails with "or" 2010/03/31 @@ -130,9 +131,22 @@ putting it somewhere where \TeX\ finds it \nowikiEnvironments \section{Example} -`gather.tex' for the present bundle has been as follows - %% TODO 2010/11/27: -(added development versions of 'fifinddo.sty' etc.): -\verbatiminput{gather} %% 2010/11/27 +% \setlength{\parskip}{0pt} %% 2012/11/13 +\AddQuotes +`gather.tex' for the present bundle has been as follows. +% %% TODO 2010/11/27: +% (added development versions of 'fifinddo.sty' etc.): +%% 2012/11/12: +`filedate' and `fdatechk' refer to checking ``date consistency'' +with the \ctanpkgref{filedate} package, at the same time +as updating the ``source file list'' `SrcFILEs.txt' +which is generated by +\[`\NoStopListInfos[SrcFILEs.txt]'\] +Some entries refer to the \ctanpkgref{nicetext} bundle +that has been used (``\code{----USED.---}'') +to generate the documentation file `myfilist.pdf'. +\MDsamplecodeinput{gather} %% 2010/11/27 2012/11/13 +As to `fdatechk.tex': +\MDsamplecodeinput{fdatechk} \end{document} diff --git a/Master/texmf-dist/source/latex/fileinfo/readprov.tex b/Master/texmf-dist/source/latex/fileinfo/readprov.tex index 3cd1104ff89..130599d5011 100644 --- a/Master/texmf-dist/source/latex/fileinfo/readprov.tex +++ b/Master/texmf-dist/source/latex/fileinfo/readprov.tex @@ -1,4 +1,5 @@ -\ProvidesFile{readprov.tex}[2012/03/18 documenting readprov.sty] +\ProvidesFile{readprov.tex}[2012/11/12 documenting readprov.sty] +% \ProvidesFile{readprov.tex}[2012/03/18 documenting readprov.sty] % \ProvidesFile{readprov.tex}[2011/01/29 documenting readprov.sty] \title{\textsf{readprov}\\---\\Get File Info without Loading% @@ -79,6 +80,7 @@ \pagestyle{headings} % \usepackage{parskip} +\MDfinaldatechecks \begin{document} \maketitle @@ -114,17 +116,14 @@ putting it somewhere where \TeX\ finds it \section{File Info Header} \sloppy -\makeatletter - \newcommand*{\docnewline}{\leavevmode\@normalcr[\topsep]} - %% <- \leavevmode for use with \paragraph. - %% sometimes needs to be preceded by a space. -\makeatother \AddToNoVerbList{% - \LaTeX\emph\dots\quad\paragraph\texttt\textcolor\\} + \LaTeX\emph\dots\quad\paragraph\texttt\textcolor\\% + \-} %% 2012/11/11 \MakeActiveLetHere\"\fineDQ -\let\\\docnewline +\let\\\MDdocnewline %% MD 2012/11/12 %% CARE! from next line on, code line indents are special! \wikiEnvironments %% TODO fails with "or" 2010/03/31 \AutoCmdInput{readprov.doc} +\nowikiEnvironments %% 2012/11/12 \end{document} -- cgit v1.2.3