BibTeX, biblatex and biberHow I can break a long URL address in the bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
MbrunoM
Posts: 3
Joined: Fri May 08, 2015 6:30 pm

How I can break a long URL address in the bibliography

Post by MbrunoM »

url.png
url.png (40.2 KiB) Viewed 32271 times
Hello,

if i get url adress..... URL is wider than page....
*screenshot
i think it is problem with (-) between words... How can i fixed it?
Thanks.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How I can break a long URL address in the bibliography

Post by Johannes_B »

Hi and welcome,
load package url with the option hyphen before package hyperref.


If that does not help, something else is going on and we need to see a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

How I can break a long URL address in the bibliography

Post by Stefan Kottwitz »

Welcome to the forum!
Johannes_B wrote:load package url with the option hyphen before package hyperref.
Btw. this means you should have

\usepackage[hyphen]{url}

before later in the document preamble comes

\usepackage{hyperref}

Stefan
LaTeX.org admin
Post Reply