Handle fixme’s in a latex document.

I’m guessing there are many ways to handle this; this is just the one I feel comfortable with :). I like it because it shows me the things I still need to do in the resulting document. So when I read a draft of my masters degree, I will know what needs to be fixed.

\usepackage[footnote,draft,silent,nomargin]{fixme}
\begin{document}
…. bla, bla, bla….
\fxnote{Text describing the todo :)}
…. bla, bla, bla….
\listoffixmes
\end{document}

This will create two places where to see the “fixme”: 1. in the footnote on the page where the “fixme” was written and 2. at the point where \listoffixmes is executed. Both these reminders are very useful when proofreading a document. You’ll have a “bird’s eye view” with the index and you’ll have specific context with the foot note :)

Advertisement

About joelgranados

I'm fascinated with how technology and science impact our reality and am drawn to leverage them in order to increase the potential of human activity.
This entry was posted in PhD and tagged , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s