GeneralFlush left in bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
brennon
Posts: 10
Joined: Tue May 25, 2010 1:17 pm

Flush left in bibliography

Post by brennon »

I have several very simple bibliography entries. Some include just the title of a webpage and URL. In these cases, the URL is bumped to the second line of the entry, leaving the title on the first line--which is often only a few words--with very awkward spacing. Is there a way to flush left this first line? I've attached an image for reference.
Attachments
biblio.png
biblio.png (11.29 KiB) Viewed 4404 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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

Flush left in bibliography

Post by localghost »

Use the breakurl or url package to allow line breaks in URLs. Perhaps the hyperref package offers this feature, too.


Thorsten
brennon
Posts: 10
Joined: Tue May 25, 2010 1:17 pm

Re: Flush left in bibliography

Post by brennon »

Thanks! Haven't tried the others yet, but the url package does fix this problem.
Post Reply