when I cite the label, i can just got the number 1,2,3 ,rather than the whole label, C1,C2,C3, any idea ?
Code: Select all
\documentclass{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}[{C}1]
\item\label{AAA} Text.
\item More text.
\end{enumerate}
Here we write a reference \ref{AAA}.
\end{document}