Salve a tutti.
Per la cronaca, dvips in genere non spezza; dvipdfmx spezza.
Inoltre, nel LaTeX Companion (2nd Edition), pagina 95, si parla dell’opzione [hyphens]
del pacchetto url. L’esempio
`
\documentclass{article}
\usepackage[hyphens]{url}
\urldef\lproject\url{http://www.latex-project.org}
\begin{document}
\fontfamily{pzc}\selectfont Zapf Chancery!
\lproject\ (default set-up) \quad
\urlstyle{rm}\lproject\ (CM Roman) \quad
\urlstyle{sf}\lproject\ (CM Sans Serif) \quad
\urlstyle{tt}\lproject\ (CM Typewriter) \quad
\urlstyle{same}\lproject\ (Zapf Chancery)
\end{document}
`
preso dal link:
http://www.ctan.org/tex-archive/info/examples/tlc2/#jh94fad432a5b00c949cb6d343c97aab00
dovrebbe mostrare come vengono spezzati gli indirizzi.
Agostino