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.

- 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
Hi and welcome,
load package url with the option
If that does not help, something else is going on and we need to see a minimal working example.
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How I can break a long URL address in the bibliography
Welcome to the forum!
before later in the document preamble comes
Stefan
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
LaTeX.org admin