Suppose I am writing a book in which some sections are especially important. I would like those sections to be identified by a * after the page number in the table of contents. How do I get it there?
I can get extra stuff into the table of contents by putting \addtocontents into my text at appropriate places. So in this case I'd presumably write something like \addtocontents{\protect\marginpar{*}} in my text in appropriate places.
But that's not right, because \marginpar tries to put its contents into the outside margin. I always want to put the * into the right margin, regardless of whether I'm on an even or odd page.
It seems like it should be extremely easy to do this, but I can't see how. Suggestions?


