Hey folks... I created a little "note to self" command in latex, as follows:
Code: Select all
\newcommand{\NTS}[1]{\textcolor{red}{\#\#\# {#1} \#\#\#}}
It basically makes stuff red and easy to see when reviewing the document. However, I've found while writing my thesis that having something that's only *visually* distinctive in a 100-page isn't necessarily that useful. Is there any way for me to get a "listing" of where all my \NTS{} commands are?
Just to be more explicit, when I write \section{bla}, the \TOC listing will write the "bla... page x". Is there a way for me to make a custom "\myTOC" so that I have a single "table of contents" for my \NTS{bla} entries? Thanks!