Hello everybody,
I have the following problem: I'm using Lyx 1.1.2 and latex2html to
export to html. My problems:
1) When writing the TeX output LyX redefines the \url command to make
the URL printed verbatim:
..
\IfFileExists{url.sty}{\usepackage{url}}
{\newcommand{\url}{\texttt}}
...
2) It uses the \url command
As a result latex2html makes the URLs to appear as normal text instead
of appearing like they should be: As URLs.
My questions are thus:
1) How to disable the redefinition of the \url command
2) How to configure Lyx to use \htmlurl instead of \url
Cheers,
Florian.