Hi,
> I'm running LyX 1.2 on redhat 7.3. When I attempt to import a LaTeX
> document containing an equation whose label is of the form
> \label{eq:1_a}, reLyX (Revision date 2001/08/31) converts the equation
> label in LyX to "eq:1_{a". Cross-references in the original LaTeX
> document no longer work since an in-text cross reference of the form
> \ref{eq:1_a} is preserved in the corresponding reLyX derived LyX
> document.
New lyx 1.3 still have the same reLyX date revision as yours. Running
reLyX manualy on a simple file like
\documentclass{article}
\begin{document}
\[
E=mc^2 \label{a_1}
\]
\end{document}
imediately shows that the label is converted to \label{a_{1}}, so the
problem seems to persist in relyx.
Regards,
Jo�o.