[Tex/LaTex] Hyperref link spanning two lines

dvihyperref

in my tex source file I have a link like that:

\href{http://en.wikipedia.org/wiki/Warm_dark_matter}{Warm 
Dark Matter}

This link starts on one line and ends on the next line. The problem is that when I compile it like latex -> dvips -> ps2pdf, I see "Warm Dark Matter" colored, but can't click on it to open the link.

When file is compiled with pdflatex everything is fine, so what can be the problem in the first method?

I can't move link in one line because I have automatic tex-processing system.

Best Answer

dvips can't break links. See section 7 "Limitations Wrapped/broken link support" in readme.pdf of hyperref and http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breaklinks.

Related Question