On Tue, Dec 10, 2002 at 08:38:30PM +0000, John Levon wrote: > > Since I use this feature a lot, I would hope it can be done in_ > > 1.3. Currently, I use a csh script to translate the URL inset of a lyx_ > > file to ERT/htmladdnormallink and then export it to latex. > > Since you seem to know what is needed, how about making a patch ? What > are the difficulties ... if it's really so trivial to do.
\htmladdnormallink is latex2html specific. The correct way is probably to use the \href command from hyperref (though some latex->html converters might not support it). Another problem is that some users might not want to use hyperref when creating the DVI/PS/PDF file (as it may interfere with other packages).
