Hi there,
I've successfully used latex2html, by using the html.sty in LyX
that comes with latex2html. This provides 'htmladdnormallink'
latex command, which work well with both ps and tex->html
output. Also, the latex2html output can be configured in various
ways.
I have not tried tth yet.
Cheers
- P�r
Florian-Daniel Otel wrote:
> 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.