Ernesto Posse schrieb:

Hi. Is there a way to make references into roman numerals? I have an
numerated list where the counter has been changed to roman numerals,
and I have given labels to some items, but when I refer to them, they
show up in the arabic form.

In latex, I have something like

\begin{enumerate}
\renewcommand{\labelenumi}{(\roman{enumi})}
\item One
\item \label{enum:b} Two
\item Three
\end{enumerate}

This only changes the label of the enumeration, but not the enum counter. Add 
also
this line:

\renewcommand{\theenumi}{(\roman{enumi})}

Attached is a testcase.

regards Uwe

Attachment: newfile1.lyx
Description: application/lyx

Reply via email to