\usepackage[
breaklinks=true,
unicode=true,
urlcolor = blue,
colorlinks = true,
citecolor = blue,
linkcolor = blue]{hyperref}
From what I've read, that should work. The other options do work. Nonetheless, the links do not break. Some of them walk clear off the page.
I'm using pandoc to generate the PDFs/LaTeX. Is there anything obvious that I'm doing wrong?
breaklinksafterhyperref. – Herbert Jan 9 '11 at 14:29breakurl– Herbert Jan 9 '11 at 15:39