I am trying to rewrite a reference command.
Currently I use the current latex code
Code: Select all
\section{Theory - ABC}\label{sec:theory_abc}
Text etc.
In \textit{ Section \ref{sec:theory_abc}: Theory - ABC}
Code: Select all
\secref{sec:theory_abc}
In addition, I am using the hyperref package, so I would really like if the full text could become a link, but I have no idea how to do this.
All help is appreciated
Cheers
Henrik Andresen