Generalcustom table-of-contents style list

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
eykanal
Posts: 3
Joined: Fri Dec 05, 2008 6:01 pm

custom table-of-contents style list

Post by eykanal »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

custom table-of-contents style list

Post by localghost »

I suggest to use the todonotes package instead. Note that it relies on pgf/tikZ.


Best regards and welcome to the board
Thorsten¹
eykanal
Posts: 3
Joined: Fri Dec 05, 2008 6:01 pm

Re: custom table-of-contents style list

Post by eykanal »

Thanks for the quick reply. I'll give that a whirl, but I'm using a latex class specific to the university, so here's hoping they're compatible.
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: custom table-of-contents style list

Post by daleif »

shouldn't be a problem

You might also want to check out the fixme package
Post Reply