Hi,
I have compiled LYX 1.4.3 on a redhat Linux machine from source, and have
deleted my previous $home/.lyx directory so it should be like a fresh
installation. The problem is I found that when having inserted some URLs by
Insert->URL..., then View->HTML or export to HTML, the URL never got an
underline, nor is it clickable.
And I found checking the box "Generate hyperlink" when inserting URL has no
effect on the result. No matter I did it or not, the output Latex file
doesn't change, it always produces a \url{my inserted url string}.
I found an ugly fix that first write \usepackage{html} in document preamble,
and then insert a Latex code box(ERT), writing in it \htmlurl{my url}{desc.
for the link} will produce a clickable hyperlink. However it's so ugly and
it looks like that it should be the intended behavior Insert->URL... should
produce.
Is this a common problem, so a bug in 1.4.3? Or is my setting wrong?
Thanks!
best,
Sam