diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-01 23:42:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-01 23:42:25 +0000 |
commit | 92e971ebe60f39f8244c1c8796219ad878b1617e (patch) | |
tree | c38ac853f9f56924db6db351c8150d05d59d9f9b /Master/texmf-dist/doc/support | |
parent | 079ee03ea57935d1695ea2fc98113dcc923adaa5 (diff) |
ltxfileinfo shell script (1feb13)
git-svn-id: svn://tug.org/texlive/trunk@29005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/ltxfileinfo/README | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf | bin | 0 -> 50159 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/ltxfileinfo/README b/Master/texmf-dist/doc/support/ltxfileinfo/README new file mode 100644 index 00000000000..763404b595f --- /dev/null +++ b/Master/texmf-dist/doc/support/ltxfileinfo/README @@ -0,0 +1,28 @@ +This is release 2.00 of the ltxfileinfo script +License: GPL + +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. + +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 + +$Id: README,v 1.5 2013/02/01 10:40:20 wybo Exp $ diff --git a/Master/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf b/Master/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf Binary files differnew file mode 100644 index 00000000000..a5eae3cb76c --- /dev/null +++ b/Master/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf |