From 83266032c26012f162e65d1177e5d3f77eee458e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 Mar 2011 22:59:55 +0000 Subject: new latex package filemod (23mar11) git-svn-id: svn://tug.org/texlive/trunk@21813 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/filemod/README | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/filemod/filemod.pdf | Bin 0 -> 631673 bytes 2 files changed, 20 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/filemod/README create mode 100644 Master/texmf-dist/doc/latex/filemod/filemod.pdf (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/filemod/README b/Master/texmf-dist/doc/latex/filemod/README new file mode 100644 index 00000000000..61f1f3455b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/filemod/README @@ -0,0 +1,20 @@ +The filemod Package +~~~~~~~~~~~~~~~~~~~ +Copyright (C) Martin Scharrer +Version v1.0 -- 2011/03/23 + +This package provides macros to read and compare the modification dates +of files. These files can be .tex files, images or other files as long as they can be +found by the LaTeX compiler. It uses the \pdffilemoddate primitive of pdfLaTeX +to receive the file modification date as PDF date string, parses it and returns +the value to the user. This package will also work for DVI output with recent +versions of the LaTeX compiler which uses pdfLTEX in DVI mode. The functionality +is provided by purely expandable macros or by faster but non-expandable ones. + +Examples: + % Prints file modification date and time of main file + \filemodprint{\jobname} + + % Include newest of a set of files: + \input{\filemodNewest{{file1}{file2}{file3}}} + diff --git a/Master/texmf-dist/doc/latex/filemod/filemod.pdf b/Master/texmf-dist/doc/latex/filemod/filemod.pdf new file mode 100644 index 00000000000..33f844aa323 Binary files /dev/null and b/Master/texmf-dist/doc/latex/filemod/filemod.pdf differ -- cgit v1.2.3