Hyphenating hyperlinks
Why aren't the the urls broken across the lines on page2-3. I'm pretty sure the hyperref package in latex supported this, Am I missing an option somewhere? Screenshot; http://imagebin.ca/view/VHwQ0w.html. The code used is; \dorecurse{6}{Download Apache at \from[apache]} Full source; http://pastebin.com/m1cf28c3c Pdf; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva. Mohamed
Mohamed Bana wrote:
Why aren't the the urls broken across the lines on page2-3. I'm pretty sure the hyperref package in latex supported this, Am I missing an option somewhere?
Screenshot; http://imagebin.ca/view/VHwQ0w.html.
The code used is; \dorecurse{6}{Download Apache at \from[apache]} Full source; http://pastebin.com/m1cf28c3c Pdf; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva.
Here, TeX can't break the paragraph according to the strict paragraph layout settings, urls are broken, but they still form "Overfull hbox". (And there is no space after urls.) \setuptolerance[tolerant] will help. Jano
Am 16.09.2008 um 08:52 schrieb Jano Kula:
Mohamed Bana wrote:
Why aren't the the urls broken across the lines on page2-3. I'm pretty sure the hyperref package in latex supported this, Am I missing an option somewhere?
Screenshot; http://imagebin.ca/view/VHwQ0w.html.
The code used is; \dorecurse{6}{Download Apache at \from[apache]} Full source; http://pastebin.com/m1cf28c3c Pdf; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva.
Here, TeX can't break the paragraph according to the strict paragraph layout settings, urls are broken, but they still form "Overfull hbox". (And there is no space after urls.)
\setuptolerance[tolerant]
will help.
Jano
And there is also \hyphenatedurl{...} Steffen
participants (3)
-
Jano Kula
-
Mohamed Bana
-
Steffen Wolfrum