summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/filemod
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-23 22:59:55 +0000
committerKarl Berry <karl@freefriends.org>2011-03-23 22:59:55 +0000
commit83266032c26012f162e65d1177e5d3f77eee458e (patch)
tree2cdd8e9b26d56930bee05afadc62c902f54762af /Master/texmf-dist/doc/latex/filemod
parent5b837f1b12aa8f8ef27aa5c080af28e446f97263 (diff)
new latex package filemod (23mar11)
git-svn-id: svn://tug.org/texlive/trunk@21813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/filemod')
-rw-r--r--Master/texmf-dist/doc/latex/filemod/README20
-rw-r--r--Master/texmf-dist/doc/latex/filemod/filemod.pdfbin0 -> 631673 bytes
2 files changed, 20 insertions, 0 deletions
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 <martin@scharrer-online.de>
+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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/filemod/filemod.pdf
Binary files differ