diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-20 23:14:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-20 23:14:36 +0000 |
commit | a0f4d2b96b28987ab2ebe37d9f1ce3d4e5fc2fec (patch) | |
tree | 97c79009665e1df2742918884b046e3edf4f5937 /Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty | |
parent | e64b9b2467b5c4b68eec69f80d56b9cf9210bbe6 (diff) |
filemod (20sep11)
git-svn-id: svn://tug.org/texlive/trunk@24042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty b/Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty index 9f9f44fc6e9..2329a898d63 100644 --- a/Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty +++ b/Master/texmf-dist/tex/latex/filemod/filemod-expmin.sty @@ -1,5 +1,6 @@ -%% Copyright (C) 2011 by Martin Scharrer <martin@scharrer-online.de> -%% --------------------------------------------------------------------------- +%% +%% Copyright (C) 2011 by Martin Scharrer <martin@scharrer.me> +%% ---------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. @@ -13,15 +14,17 @@ %% The Current Maintainer of this work is Martin Scharrer. %% %% This work consists of the files filemod.dtx and filemod.ins -%% and the derived filebase filemod.sty. +%% and the derived files filemod.sty, filemod-expmin.sty, +%% filemod.tex and filemod-expmin.tex. +%% \ProvidesPackage{filemod-expmin}[% - 2011/09/19 v1.2 - Get and compare file modification times (expandable; minimal)] -\ifx\filemod@directtrue\@undefined -\csname newif\expandafter\endcsname\csname iffilemod@direct\endcsname + 2011/09/19 + v1.2 + Get and compare file modification times (expandable; minimal)] +\newif\iffilemod@direct \filemod@directtrue \ifx\pdffilemoddate\@undefined - \RequirePackage{pdftexcmds} + \RequirePackage{pdftexcmds} \filemod@directfalse \ifx\pdf@filemoddate\@undefined \edef\filemod@help @@ -33,7 +36,6 @@ \PackageError{filemod}{Required command \string\pdffilemoddate\space is not defined!}{\filemod@help} \fi \fi -\fi \begingroup \catcode`\D=12 \catcode`\Z=12 |