Is there a simple way to add todo notes to LaTeX documents ?
I would like to have these notes in red in the generated pdf and a simple syntax to write them.
|
Is there a simple way to add todo notes to LaTeX documents ? I would like to have these notes in red in the generated pdf and a simple syntax to write them. |
|||||
|
|
There is a A simpler version, if you just want red text in the body of the text as notes is just to define a command
And then if you want to hide the comments, just add the line A third option is to use LaTeX's own Alan Munn, in the comments, has made me aware of another package |
|||||||||||||
|
|
see package
The source code for this example:
|
||||
|
|
|
If you want the notes directly in PDF you may want to use PDF annotations with the pdfcomment package. Take a look at the screenshots |
|||
|
|
|
Another possibility is the It comes with support for different authors and different levels of severity. "Notes" and "comments" will simply be ignored if you compile the document with |
||||
|
|
Check out easy-todo on http://www.ctan.org/tex-archive/macros/latex/contrib/easy-todo |
|||
|