[l2h] Ouput of \href isn't an HTML hyperlink

Igor Pechtchanski pechtcha at cs.nyu.edu
Fri Jul 29 20:16:19 CEST 2005


On Fri, 29 Jul 2005, Travis Spencer wrote:

> Hey,
>
> I am trying to make hyperlinks that are active in both PDF and HTML.
> To do so, I've imported the hyperref package and made links with the
> \href command.  Here is an example from one of my LaTeX documents:
>
> \usepackage[latex2html]{hyperref}
> ...
> For more information, check the
> \href{http://sources.redhat.com/gdb/download/onlinedocs/gdb.html}{gdb
> on-line documentation}.
>
> When I make a PDF, the links show up (ugly as all get out but that's
> another matter); however, when I run it through l2h, I get this
> warning:
>
> *********** WARNINGS ***********
> No implementation found for style `hyperref'
>
> Unknown commands: href
> Done.
>
> And the resulting HTML is this:
>
> For more information, check the
> http://sources.redhat.com/gdb/download/onlinedocs/gdb.htmlgdb
> on-line documentation.
>
> I've also tried using \hyperref's default driver, hypertex with the
> same results.
>
> Everything I've read leads me to believe that I'm doing things right.
> Does anyone know where I'm going wrong?

Use \htmladdnormallink{}{}.
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha at cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor at watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA



More information about the latex2html mailing list