Directory macros/latex/contrib/filemod
README
The filemod Package ~~~~~~~~~~~~~~~~~~~ Copyright (C) Martin Scharrer <martin@scharrer-online.de> 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. The functionality is provided by purely expandable macros or by faster but non-expandable ones. This package will work with LaTeX and plain eTeX as long pdf(La)TeX (in PDF or DVI mode) or Lua(La)TeX is used. Xe(La)TeX is not supported because it does not provide \pdffilemoddate. Examples: % Prints file modification date and time of main file \filemodprint{\jobname} % Include newest of a set of files: \input{\filemodNewest{{file1}{file2}{file3}}} % Include newest of a set of images: % (\includegraphics doesn't expand its fully before parsing it) \FilemodNewest{{file1}{file2}{file3}} \includegraphics{\filemodresultfile} REQUIREMENTS: ============= pdflatex v1.30.0 or later is required. Alternative LuaTeX can be used together with the `pdftexcmds` package. INSTALLATION: ============= Compile the DTX file (with included INS file) through pdflatex: pdflatex filemod.dtx pdflatex filemod.dtx pdflatex filemod.dtx Copy the files to the following directories which must be created beforehand. Example for a Unix/Linux OS, change accordantly for MS Windows and Mac, e.g. copy it using a graphics interface. cp filemod*.sty ${TEXMF}/tex/latex/filemod/ cp filemod*.tex ${TEXMF}/tex/generic/filemod/ OPTIONAL: The documentation can be installed by: cp filemod.pdf README ${TEXMF}/doc/latex/filemod/ The source can be installed by: cp filemod.dtx ${TEXMF}/source/latex/filemod/ The TEXMF is /usr/local/texlive/2010/texmf-dist, ${HOME}/texmf or similar.
Download the contents of this package in one zip archive (275.7k).
filemod – Provide file modification times, and compare them
The package provides macros to read and compare the modification dates of files. The files may be .tex files, images or other files (as long as they can be found by LaTeX). It uses the \pdffilemoddate primitive of pdfLaTeX to find the file modification date as PDF date string, parses the string and returns the value to the user. The package will also work for DVI output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI mode. The functionality is provided by purely expandable macros or by faster but non-expandable ones.
Package | filemod |
Home page | https://github.com/MartinScharrer/filemod |
Bug tracker | https://github.com/MartinScharrer/filemod/issues |
Repository | https://github.com/MartinScharrer/filemod.git |
Version | 1.2 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2011 Martin Scharrer |
Maintainer | Martin Scharrer |
TDS archive | filemod.tds.zip |
Contained in | TeX Live as filemod MiKTeX as filemod |
Topics | Document tool |
See also | stampinclude |