Search found 1 match

by Michi20
Wed Aug 20, 2008 2:42 pm
Forum: Document Classes
Topic: Enumeration package: Can \ref print the whole label?
Replies: 2
Views: 16968

Enumeration package: Can \ref print the whole label?

Hi,

i have a question concerning the enumeration package of David Carlisle and the \ref - command.

I have the following code:

\begin{enumeration}[Step (1)]
\item \label{AA} ...
.
.
.
\end{enumeration}

Then \ref{AA} just prints '1'. Is there a way to change this behaviour such that \ref{AA ...