)
So I have a \documentclass{article} thingy and lets say I have
\subsection{Introduction} which then appears in the table of contents as Introduction ..... 5 But what I would like to have in the table of Content would be Introduction (Peter).... 5. How can I achieve this? (Of course I don't want to just write \subsection{Introduction (Peter)} ) I tried to mess around with \addcontentsline but I couldn't get it to work.. Kinda a newbie here
Thanks for any help!
Thanks!
\subsection[Introduction (Peter)]{Introduction}may be what you are looking for. – Marijn Aug 27 '21 at 15:37