Rainer M Krug wrote:
Hi
I have some urls in my document (simple article style, no special
options) which contains some URLs. These URLs are entered via the URL
command in the menue. As I don't like the borders around the URLs, I
used the package hyperref, and the problems start: the URLs are now
nicely formated in blue, but they don't break at the end of a line, even
if I use the final=true or breaklinks=true options.
Anmy ideas how I can get these to break at the end of a line as they
should be?
Thanks,
Rainer
I don't typically have any problems with links wrapping, but I think I
usually use \href (in ERT) rather than the menu URL command (plus the
breaklinks option).
Another possibility to investigate is the breakurl package (which you
load in the preamble *after* hyperref). It redefines \url to allow
breaking.
HTH,
/Paul
- Re: problems with urls not breaking at end of line Paul A. Rubin
-