BibTeX, biblatex and biber ⇒ How I can break a long URL address in the bibliography
How I can break a long URL address in the bibliography
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.
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
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.
- 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
Btw. this means you should haveJohannes_B wrote:load packageurl
with the optionhyphen
before packagehyperref
.
\usepackage[hyphen]{url}
before later in the document preamble comes
\usepackage{hyperref}
Stefan