I´m stuck on a seemingly simple question on latex and I can´t find the answer anywhere...
What I want to do, is to redefine the label command, so that it also produces a note on the side of the text containing the label name.
I already tried
Code: Select all
\renewcommand{\label}[1]{\label{#1} \marginpar{#1}}
Thanks for your help,
Mr.T