When proofing a book, I would like some way to manage keeping track of which paragraphs, sections, etc have been checked. It should in no way effect the layout of the book.
e.g.,
\checked{This is a checked paragraph}
I figured I could make such a macro that might set the text color to black if it is checked but text color is red by default. This way it is easy to see visually in the pdf what has been checked.
Maybe there is a better way?