diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-18 22:38:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-18 22:38:37 +0000 |
commit | 27f8bac5dc1835a33e53fda37a0f7a6204582a12 (patch) | |
tree | 4bf569ac57c171c5cffe638d23928b98cbe5a3e5 /Master/texmf-dist/doc/latex/filedate | |
parent | 34c48d9566089694027f919d621fec0e075d1b84 (diff) |
new package filedate (15oct12)
git-svn-id: svn://tug.org/texlive/trunk@28014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/filedate')
-rw-r--r-- | Master/texmf-dist/doc/latex/filedate/Announce.txt | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/filedate/README | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/filedate/SrcFILEs.txt | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/filedate/filedate.pdf | bin | 0 -> 330002 bytes |
4 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/filedate/Announce.txt b/Master/texmf-dist/doc/latex/filedate/Announce.txt new file mode 100644 index 00000000000..2999eae68dd --- /dev/null +++ b/Master/texmf-dist/doc/latex/filedate/Announce.txt @@ -0,0 +1,20 @@ +FIRST UPLOAD 2012-10-17: + +`filedate.sty' provides basic access to the date of a LaTeX +source file according to its \ProvidesFile, \ProvidesPackage, +or \ProvidesClass entry -- the "info date" --, as well as to +its modification date according to \pdffilemoddate if the +latter is available. Moreover commands are provided to compare +the "info date" with the modification date, with "today"'s +date, or with another date that a script accessing modifica- +tion dates such as adhocfilelist.sh may insert, and to choose +the effect of comparisons (error vs. "notice", reference date +characterization). Thus updating the "info date" ("date con- +sistency") of a source file may be ensured by a test during +typesetting from it or by some (shell/TeX) script. + +In fact the test today admonished me to update the +documentation source and driver `filedate.tex'. Another +motivating example of "date inconsistency" was `nicefilelist' +v0.6 as of 2012-10-11 (see version history) with "info date" +2012/10/03. diff --git a/Master/texmf-dist/doc/latex/filedate/README b/Master/texmf-dist/doc/latex/filedate/README new file mode 100644 index 00000000000..be5654431ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/filedate/README @@ -0,0 +1,48 @@ + + README for the `filedate' package + Access and Compare Info and Modification Dates + (C) Uwe Lueck 2012/10/17 + +`filedate.sty' provides basic access to the date of a LaTeX +source file according to its \ProvidesFile, \ProvidesPackage, +or \ProvidesClass entry -- the "info date" --, as well as to +its modification date according to \pdffilemoddate if the +latter is available. Moreover commands are provided to compare +the "info date" with the modification date, with "today"'s +date, or with another date that a script accessing modifica- +tion dates such as adhocfilelist.sh may insert, and to choose +the effect of comparisons (error vs. "notice", reference date characterization). Thus updating the "info date" ("date con- +sistency") of a source file may be ensured by a test during +typesetting from it or by some (shell/TeX) script. + +REQUIRED PACKAGES: `readprov' for two commands + +RELATED PACKAGES: filemod, getfiledate, zwgetfdate, fileinfo + +KEYWORDs: package documentation, document versions + +LICENSE: + +The package file `filedate.sty' and the documentation files +`filedate.pdf' and `filedate.tex' can be redistributed and/or +modified under the terms of the LaTeX Project Public License; +either version 1.3c of the License, or any later version, see + + http://www.latex-project.org/lppl.txt + +There is NO WARRANTY, indeed this still is somewhat experimental. + +The `filedate' package is author-maintained in the sense of +the license. + +The latest public version of the package is available at + + http://mirror.ctan.org/macros/latex/contrib/filedate/ + +A TDS version of the package is available as + + http://mirror.ctan.org/install/macros/latex/contrib/filedate.tds.zip + +Please report bugs, problems, and suggestions via + + http://www.contact-ednotes.sty.de.vu diff --git a/Master/texmf-dist/doc/latex/filedate/SrcFILEs.txt b/Master/texmf-dist/doc/latex/filedate/SrcFILEs.txt new file mode 100644 index 00000000000..9db82980347 --- /dev/null +++ b/Master/texmf-dist/doc/latex/filedate/SrcFILEs.txt @@ -0,0 +1,11 @@ + + *File List* +filedate.sty 2012/10/17 v0.2 check file dates (UL) +filedate.tex 2012/10/17 -- documenting filedate.sty + wrong.tex 2012/10/15 -- filedate.sty demo +srcfiles.tex 2012/10/16 -- file infos -> SrcFILEs.txt + *********** + + List made at 2012/10/17, 12:33 + from script file srcfiles.tex + diff --git a/Master/texmf-dist/doc/latex/filedate/filedate.pdf b/Master/texmf-dist/doc/latex/filedate/filedate.pdf Binary files differnew file mode 100644 index 00000000000..97a575027ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/filedate/filedate.pdf |