Zach Garner wrote:
> +
> +       os << "\\htmladdnormallinkfoot";
> +       if (getOptions().empty())
> +               os << '{' << getContents() << '}';
> +       else
> +               os << '{' << getOptions() << '}';
> +       os << '{' << getContents() << '}';
> +

A few remarks:
1. Why do you use \htmladdnormallinkfoot and not \htmladdnormallink? I think 
that we do not want to modify the output of dvi/ps/pdf. This should be \url 
as it used to be, for several reasons: this would break the formatting of 
many documents that use \url and it simply does not work for url's inside 
footnotes (which I, for instance, have many of in my thesis).

2. As I already pointed out on lyx-users, this will only work for latex2html, 
so your patch will just break support for any other latex->html converter.

The solution to all of this has been pointed out by Angus: use latexrunparams 
and provide the appropriate command for dvi/ps, pdf, and the supported 
latex->html converters.

Regards,
Juergen.

Reply via email to