How to cross-refer to a the title of section*? I used \refname but doesn't display only the title of section* as I want. In the example below, \refname{sec:my_section} displays Referencessec:my_section: instead of my_section.
Code: Select all
\section*{my_section} \label{sec:my_section}
\refname{sec:my_section}