diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-19 23:17:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-19 23:17:51 +0000 |
commit | b6263cab266f764fa6b07764690d2d5c9c5e473f (patch) | |
tree | d69edef9800433095665508e8c78bfe58f1490fa /Master/texmf-dist/tex/latex/fileinfo | |
parent | c036240d48a7cce4186d6429da3a747348b68362 (diff) |
fileinfo (19mar12)
git-svn-id: svn://tug.org/texlive/trunk@25700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fileinfo')
-rw-r--r-- | Master/texmf-dist/tex/latex/fileinfo/readprov.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fileinfo/readprov.sty b/Master/texmf-dist/tex/latex/fileinfo/readprov.sty index 662ce7e13ef..152fbd322d9 100644 --- a/Master/texmf-dist/tex/latex/fileinfo/readprov.sty +++ b/Master/texmf-dist/tex/latex/fileinfo/readprov.sty @@ -2,9 +2,9 @@ %% -- %% get file infos without reading the entire file -\def \fileversion {0.3} \def \filedate {2010/11/27} +\def \fileversion {0.3a} \def \filedate {2012/03/16} -%% copyright (C) 2008, 2010 Uwe Lueck, +%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below. %% @@ -112,7 +112,7 @@ % Here was: % \edef\@tempa{\csname ver@#1\endcsname}% % \expandafter\@tempb\@tempa\relax? ? \relax\relax} -% We can do it a little more elegant with the internals +% We can do it a little more elegantly with the internals %% ly 2012/03/16 % (that vary the original \GetFileInfo) % for our new \UseDateOf and \UseVersionOf: \read@file@info\@tempb{#1}} @@ -191,3 +191,4 @@ v0.3 2010/11/25 split off from former "myfiles.sty", 2010/11/27 new/real documentation; more \newcommand*s; \GetFileInfo redefined, \Use...; \docnewline -> \\; NOTE etc. +v0.3a 2012/03/16 doc.: grammar fix |