I've created a document with lyx, and exported it to tex. l2h has some 
problems with it. Namely, URLs aren't turned into hyper-links by default.

lyx uses the command

latex2html -no_subdir -split 0 -show_section_numbers '$$FName'

l2h generates these warnings

   No implementation found for style 'fontenc'
   No implementation found for style 'url'

   redefining command \url

   previous meaning of \url will be lost

   Unknown commands: IfFileExists

If I edit the tex file the following way "style" "lyx.perl" is 
automatically used, and /url is turned into hyper-links.

   remove
     \IfFileExists{url.sty}{\usepackage{url}}
                       {\newcommand{\url}{\texttt}}
   add
     \usepackage{url}

see
http://www.mail-archive.com/[email protected]/msg05838.html
for an explanation of LyX's problems

Another problem I noticed, l2h doesn't use "tt" for {lyxcode} sections.

--
Mike Noyes                    | LaTeX2HTML 99.2beta6
[EMAIL PROTECTED]         | Debian 2.2

Reply via email to