On Sat, Feb 01, 2003 at 02:30:53PM +0100, Bas Zoetekouw wrote: > > I'm a long time LaTeX user, but a few days ago I decided to try out LyX. > Quite to my surprise, I find it quite nice to use. LyX gives one a much > better overview over ones documents, especially when it comes to large > mathematical formulas. > > OTOH, it takes a bit getting used to, and some LaTeX features I > frequently use, are still missing. One of those is the \eqref command > for references to formulas. I noticed that even in the user guide, > references to equations are done using a (\ref{foo}) structure, which is > quite an ugly thing to do, IMO. > > Therefore, I wrote this little patch (against yesterday's CVS) to add > support for \eqref. I tested it in the 1.2.2 code, and it works like a > charm. Please consider adding to to LyX.
LyX supports \prettyref which is more general than \eqref. In my opinion, there is no need for \eqref support.