freebsd-ports/print/latexdiff/pkg-descr
Simon Barner f1533e225a Add latexdiff 0.3,
determine and mark up significant differences
between latex files.

PR:		88353
Submitted by:	Maxim Loginov <Zeliboba@mail.ru>
2005-11-11 14:16:31 +00:00

11 lines
612 B
Text

latexdiff is a Perl script, which compares two latex files and marks
up significant differences between them (i.e. a diff for latex files).
Various options are available for visual markup using standard latex
packages such as "color.sty". Changes not directly affecting visible
text, for example in formatting commands, are still marked in
the latex source.
A rudimentary revision facilility is provided by another Perl script,
latexrevise, which accepts or rejects all changes. Manual
editing of the difference file can be used to override this default
behaviour and accept or reject selected changes only.