BibTeX, biblatex and biber ⇒ My bibliography is going out of right margin, Why? Any help?
-
- Posts: 13
- Joined: Wed Sep 09, 2009 6:55 am
My bibliography is going out of right margin, Why? Any help?
I am working on my phd thesis. I am user the following lines to add my bibliography:
\bibliographystyle{apalike}
\bibliography{./bib/Thesis}
Now, it works fine for me but when my reference (~\cite{}) in the thesis body reaches close to the right margin it doesn't break. Rather it continues beyond my right margin.
For example:
K.P.Gummadi et al., 2002 turned out to be the right most words for a line. It should have behaved like this
K.P.Gummadi et al.,
and in the next line
-2002
But instead it continues and prints the whole thing in one line and as it is the right most in that line it goes beyond my right margin. How do I keep these references within my right margin.
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
My bibliography is going out of right margin, Why? Any help?
-
- Posts: 13
- Joined: Wed Sep 09, 2009 6:55 am
My bibliography is going out of right margin, Why? Any help?
Thanks for the reply.
My problem is I don't get a break when the writing in PDF reaches the righ margin. I get break with normal writings but if it is any string insite ~\cite{} it contineus. Let me give you more examples:
line 1 as the servers may belong to different administrative domains. There are a few efforts
line 2 [H.Schulzrinne and K.Arabshian, 2002, M.Mintz-Habib et al., 2005, X.Wu and H.Schulzrinne, 2005]
line 3 discussed to build emergency services with location informaiton. On the contrary,
Now these lines are coppied from the PDF file. First and third line are normal text and it breaks at the right margin. But in PDF the second line which consists of all the references inside one ~\cite{} last two refernces goes beyond right margin and almost reaches the border of physical page.
I want the second line to break into 2nd and 3rd line. Any suggestion?