1

I am using the \changes package to mark out what I have edited in the compiled PDF. Next, is there a way to accept all the changes so that the final PDF only shows the final?

Roland
  • 6,655
b-dog
  • 11

1 Answers1

1

Per the user manual, section 4.1.2:

4.1.2 final

\usepackage[final]{changes}

The final-option disables markup of changes, only the correct text will be shown. The list of changes is disabled, too.

The changes package reuses the declaration of final in \documentclass. The local declaration of draftoverrules the declaration of final in \documentclass.

Setting the final option in either the usepackage command for changes, or in the documentclass, will compile the document with only the corrections shown.

Tom Carpenter
  • 165
  • 1
  • 9