A utility written in C that extracts information from a TeX dvi
file. Information displayed can include a summary of File
comment (usually the date file was compiled), file size, number
of (physical) pages, and number of fonts. More detailed
information can also be displayed, including font names for all
fonts used, list of physical page number/TeX page number pairs,
and a list of all \specials and the page on which they appear.
To compile, you need to have a C compiler along with the
standard C libraries (e.g., gcc on DOS or Unix).
|