General ⇒ Citation overfull hbox error
Citation overfull hbox error
I have a problem with in-text citations. Sometimes I need to cite several authors at once using \citep and the natbib package. The problem occurs when the text is justified which causes sometimes the citation to break the text margin on the right. It looks horrible and I dont understand why LaTeX can't fix this itself by just moving the next author to the next line. See attachment.
Any help, tips or tricks would be gladly appreciated. Thanks!
- Attachments
-
- overfull hbox.jpg (231.57 KiB) Viewed 13419 times
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
Citation overfull hbox error
normally, breaking between citations is allowed. Perhaps breaking before "Karato" would result in an underfull box, so LaTeX doesn't break there. What happens if you insert \linebreak right in front of this citation? Do you get an underfull box? If so, try the option breaklinks for the hyperref package.
Citation overfull hbox error
You have enabled option 'breaklinks' but driver hdvips.def does not support this. Expect trouble with the link areas of broken links.
No biggie i guess.
Cheers!~