I have a short question about indexing.
Is it possible that latex automatically creates an entry in the index,
when I first use a notation fixed by \newcommand?
|
I have a short question about indexing. Is it possible that latex automatically creates an entry in the index,
when I first use a notation fixed by |
||||
|
You can create your own command (called
Note that this creates the index entry when the command is defined, rather than upon its first use. |
|||||||||||
|
\newcommandis a good idea especially because it allows to bind index or glossary entries to it. – Stephan Lehmke Mar 23 '12 at 14:53