General ⇒ Flush left in bibliography
Flush left in bibliography
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 (11.29 KiB) Viewed 4344 times
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
Flush left in bibliography
Use the breakurl or url package to allow line breaks in URLs. Perhaps the hyperref package offers this feature, too.
Thorsten
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Flush left in bibliography
Thanks! Haven't tried the others yet, but the url package does fix this problem.