BibTeX, biblatex and biberLine Break in Author/Year Citation fails

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sumesh
Posts: 8
Joined: Tue Jun 16, 2009 5:05 am

Line Break in Author/Year Citation fails

Post by sumesh »

Hi,

I am using a bibtex file for my references. My style file (it is a style file for journal of fluid mechanics but adapted to write a thesis) shows this problem. When there are two authors for a citation it writes in the main text as "aaaa & bbbb, 2012", but if this happens to be towards the end of a line, it does not split, instead it goes beyond the line!. I have attached an example here. Has anyone got an idea why it is happening and how to fix it?

Thanks,
sumesh
Attachments
an example, see Landau & Lifshitz, 1959 going beyond the line
an example, see Landau & Lifshitz, 1959 going beyond the line
example.png (117.3 KiB) Viewed 4074 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

boronian
Posts: 5
Joined: Mon Apr 16, 2012 6:26 pm

Line Break in Author/Year Citation fails

Post by boronian »

Hi Sumesh,
maybe

Code: Select all

\usepackage[breaklinks]{hyperref}
helps?

Best regards.
sumesh
Posts: 8
Joined: Tue Jun 16, 2009 5:05 am

Re: Line Break in Author/Year Citation fails

Post by sumesh »

Dear Boronian,

Thank you very much. That worked. You saved my time.

Thanks and regards,
sumesh
Post Reply