Is there any tool that compares two dvi files. I would like to check if they are identical after I make some changes with source tex file.
|
TeX adds a comment into the DVI file, e.g.:
It contains the date and time that complicates the comparison of the DVI files:
|
|||
|
|
|
You can use
and so you should ignore the lines up to and including the last shown line with the time stamp that will surely be different. The rest of the file will contain something like
that are low level instructions for associating fonts to a unique number and for setting type on the pages. |
|||
|
|
|
The
You can then compare |
||||
|
|
diffpdforpdftotext, depending on whether you're interested in the text content or the layout? – Christian Feb 15 at 11:05