>>>>> "David" == David Norris <[EMAIL PROTECTED]> writes:
David> Does anyone know of a way of comparing two versions of a text David> and producing an output to show which changes have been made. David> Winword offers the possibility of comparing versions, and David> colour-marking changed text. Many scientific journals now David> expect their authors to provide a marked text when they David> resubmit articles. There is some experimental code to do this at http://www.devel.lyx.org/changetracking.php3 It does not compute the differences between two files by itself, but allows for marking changes. Some stupid tricks for finding difference (if you are lucky) can be found at http://www.mail-archive.com/[email protected]/msg16018.html I guess it is possible to use wdiff to produce output usable by the change-tracking code. JMarc
