Code: Select all
\begin{enumerate}
\renewcommand{\labelenumi}{(\roman{enumi})}
\item{\label{AA} Text}
\item{\label{BB} Text}
\item{\label{CC} Text}
\end{enumerate}
If I wish to reference, for example, the first item, the reference renders as a simple number, not a roman numeral.
How can I correct this?