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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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?