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 12925 times
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
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!~