blob: 099252929f501ca2e667591273d330408b7e34c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
|
-------:|:--------------------------------------
script:| ltxfileinfo - print version information for a LaTeX file
type:| bash
author:| Wybo Dekker
email:| wybo@dekkerdocumenten.nl
version:| 2.04
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.
|