Notes Package: todonotes

\missingfigure{}
\missingfigure{}

This is a package I recently stumbled upon. It allows you to easily insert notes into a document – either inline or in the margins.

It can also create a list of to-do notes, which would be helpful when editing drafts.

I particularly like the \missingfigure{} command. This inserts a bright, bold image into your text – so you won’t forget to add the final figure to your document.

The other commands are \todo{} and \listoftodos. You can customize the colour, font size and placement of each note.

\todo{Some note or other.}
\todo{Some note or other.}

For my example document, these are the commands I included:

\listoftodos

\todo{Some note or other.}

\todo[noline]{Another note.}

\todo[inline]{And another one.}

\missingfigure{Add my picture here.}

Here is the code for my sample document: SimpleToDoNotesTex.pdf

Here is the output PDF of the document: SimpleToDoNotes.pdf

This is a new package, so there may still be some glitches with it – but I think it’s useful for editing and writing up long documents.

The todonotes package was created by Henrik Skov Midtiby.

Useful Links