Search found 2 matches
- Sun Apr 04, 2010 4:01 pm
- Forum: Text Formatting
- Topic: Reference Enumeration
- Replies: 2
- Views: 2591
Re: Reference Enumeration
Thank you, that solves the problem.
- Sun Apr 04, 2010 3:37 pm
- Forum: Text Formatting
- Topic: Reference Enumeration
- Replies: 2
- Views: 2591
Reference Enumeration
I have the following bit of code:
\begin{enumerate}
\renewcommand{\labelenumi}{(\roman{enumi})}
\item{\label{AA} Text}
\item{\label{BB} Text}
\item{\label{CC} Text}
\end{enumerate}
Which renders as an enumeration with lowercase roman numerals.
If I wish to reference, for example, the first item ...
\begin{enumerate}
\renewcommand{\labelenumi}{(\roman{enumi})}
\item{\label{AA} Text}
\item{\label{BB} Text}
\item{\label{CC} Text}
\end{enumerate}
Which renders as an enumeration with lowercase roman numerals.
If I wish to reference, for example, the first item ...