At 12:08 PM 6/26/00 +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "noyes" == noyes  <[EMAIL PROTECTED]> writes:
>
>noyes> When I "Export as HTML..." the URLs in my document aren't
>noyes> turned into hyper-links. How do I fix the following WARNINGS?
>
>noyes> No implementation found for style `fontenc'
>noyes> No implementation found for style `url'
>noyes> redefining command \url
>noyes> previous meaning of \url will be lost
>
>noyes> If I need to RTM, please tell me which one.
>
>Do you know what package is used to export to html (latex2html, tth,
>or hevea?).

LyX uses this latex2html command in lyxrc.default:

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


I have the html.sty, url.sty, and lots of others installed. I even copied 
the html and url ones to the dir with the Q&A. "Help" "LaTex Configuration" 
shows "6.1.1 url" "Found: yes".


I included the following commands in the LyX "LaTeX Preamble...":

\usepackage{hthtml}
\usepackage{html,htmllist}


This is the beginning of LRP-QA.tex

%% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\IfFileExists{url.sty}{\usepackage{url}}
                       {\newcommand{\url}{\texttt}}
\makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\noun}[1]{\textsc{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
  \newenvironment{lyxcode}
    {\begin{list}{}{
      \setlength{\rightmargin}{\leftmargin}
      \raggedright
      \setlength{\itemsep}{0pt}
      \setlength{\parsep}{0pt}
      \verbatim@font}%
     \item[]}
    {\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{hthtml}
\usepackage{html,htmllist}
\makeatother
\begin{document}

--
Mike Noyes                    | LyX 1.1.5
[EMAIL PROTECTED]         | Debian 2.2

Reply via email to