summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ltxfileinfo/README
blob: 763404b595fc37c43bed460a3330d448fcc143e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 $