Nikos Alexandris wrote: > The following (requested :-)) example (attached files: .lyx + > exported .pdf) shows that something is wrong. I use the book KOMA-script > class. Could somebody examine the attached files?
I think that this is intended behaviour: by not breaking these URLs, the url package indicates to you that the URLs in question cannot be broken in a satisfying manner within a justified paragraph. Either the line is too short or too long. The url package allows you to customize this. For instance, you can do some kind of tracking by inserting into the preamble: \Urlmuskip = 0mu plus 1mu which allows some additional spacing inside the URL. Or set the paragraph alignment to raggedright. Or simply rewrite your text. Jürgen
