diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/ltxfileinfo/README')
-rw-r--r-- | Master/texmf-dist/doc/support/ltxfileinfo/README | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/support/ltxfileinfo/README b/Master/texmf-dist/doc/support/ltxfileinfo/README index 710be69eb9a..c7bb1daac08 100644 --- a/Master/texmf-dist/doc/support/ltxfileinfo/README +++ b/Master/texmf-dist/doc/support/ltxfileinfo/README @@ -1,26 +1,17 @@ -This is release 2.00 of the ltxfileinfo script -License: GPL + script: ltxfileinfo - print version information for a LaTeX file + type: bash + author: Wybo Dekker + email: wybo@dekkerdocumenten.nl +version: 2.01 +license: Released under the GNU General Public License +-------------------------------------------------------------------------------- +ltxfileinfo displays version information for LaTeX files. If no path +information is given, the file is searched using kpsewhich. As an extra, +for developers, the script will (use the |--star| or |--color| options) +check the valididity of the |\Provides...| statement in the files. +The script uses code from Uwe Lück's |readprov.sty|. -Short description: -ltxfileinfo is a bash script; it prints information about a latex class, -style and other files to standard output. -The script is based on Uwe Lueck's readprov.sty, so it prints information -only for files that contain a \ProvidesFile, \ProvidesClass or -\ProvidesPackage statement. -The script tries to correct errors in these \Provides... statements and it -has options, useful for developers, to make errors in those statements visible. +Changes with respect to version 2.00: +- Documentation adapted to gendoc +- Syntactically beautified -Usage example: - -$ ltxfileinfo article.cls -name: article.cls -date: 2007/10/19 -vers: v1.4h -info: Standard LaTeX document class -loca: /usr/local/texlive/2009/texmf-dist/tex/latex/base/article.cls - -major changes of release 2.00 relative to 1.1 -- completely rewritten as a bash script, using code from readprov.sty -- now also can evaluate xelatex oriented files -- can now handle any LaTeX file containing a \Provides... statement -- options for \Provides... statement validation |