Manually markup changes of text, such as additions, deletions, or replacements in LaTeX

In LaTeX there is a package that allows user to manually markup changes of text, such as additions, deletions, or replacements. The changes will be shown in different colour. Deleted text will be crossed out. The package is called “Manual change markup“. It is a free package under the LaTeX Project Public License. If you install LateX from MiKTeX or TeX Live, most probabily, you already have this package installed.

The identifier to this package is ‘changes’. Therefore, in order to use it, make the declaration to the use of this package in the preamble, after the \documentclass{}. For example,

\documentclass{article}

\usepackage{changes}

Examples of usage:

  1. \added{new text} for addition.
  2. \deleted{old text} for deletion.
  3. \replaced{new text}{old text} for replacement.

In order to deliver the final version of the document, add ‘final’ option to the ‘changes’ option.

\usepackage[final]{changes}

‘Manual change markup’ documentation on CTAN (pdf).

If you are new here, you might want to subscribe to the RSS feed or newsletter.

Enter your email address:

Related

This entry was posted in LaTeX and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>