BibTeX, biblatex and biberLong URLs in Bibtex dont wrap

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
bin4ry
Posts: 1
Joined: Tue Jun 02, 2009 9:37 pm

Long URLs in Bibtex dont wrap

Post by bin4ry »

Hi together,

i was reading dozens of hints concerning my problem and none of them helped:

Long urls in bibtex dont wrap and look pretty ugly.

Looks like the attached file (test.pdf in the archive). You'll also find a minimal example of my tex file and the bib-file.

Please, i am getting insane. Cant figure out what i am doing wrong and i have to present my thesis in a few days.

Help!
Attachments
minimal.zip
test.tex
test.pdf
bilbio.bib
(92 KiB) Downloaded 367 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Long URLs in Bibtex dont wrap

Post by localghost »

Without looking at your example I would suggest to try one of the packages breakurl or url.


Best regards and welcome to the board
Thorsten
ck4045
Posts: 1
Joined: Sun Aug 29, 2010 10:09 pm

Long URLs in Bibtex dont wrap

Post by ck4045 »

localghost wrote:Without looking at your example I would suggest to try one of the packages breakurl or url.


Best regards and welcome to the board
Thorsten
It worked. In my article I had referred to web page whose url in the bibliography was way out of the column width. By inserting \usepackage{breakurl} in preamble of the LaTeX source file the purpose got served. Thanks to Thorsten. :)
Post Reply