> 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
My goal is to have properly formatted links in HTML, and visible, but nicely formatted links in PDF. Using \htmladdnormallink will simply ignore all of the URLs, only printing out the Name. The last thing I want to do is lose the URLs in any output format that I use. > 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. Sorry, I didn't run accross that thread on lyx-users. I've found it now.. (interestingly enough, one of my co-workers started the thread...) I also didn't realize using html.sty was only supported by latex2html. I'll look into the more generic solution via latexrunparams. Thanks Zach Garner