I am writing my bachelor thesis and I am introducing more and more newcommands, but I tend to forget them. Is there a way to display all user created new commands, like a make a list or a table? I could make a table myself, but I would have to update it every time I add more commands. Weirdly enough I could find nothing online about this. Thank you all in advance
Asked
Active
Viewed 47 times
1
\newcommand’s in the same file, and format the file nicely so that it is easy to get an overview and look up definitions. – Gaussler Jan 17 '23 at 12:34\trackmycommand{commandname}command and use it together with your\newcommand. – Ulrike Fischer Jan 17 '23 at 14:47