Text FormattingJustification improvment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Justification improvment

Post by gwada74 »

Hi,

I attached a file showing a part of my bibliography. The Editor requires the justification shown in my example; What I would like to avoid is exactly what is happening at the author Name : Michel Paul Henry. All this spacing is not required. How could I modify this ?
Attachments
Justification example.pdf
(97.31 KiB) Downloaded 229 times
Last edited by gwada74 on Mon Mar 21, 2011 10:03 pm, edited 1 time in total.

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Justification improvment

Post by josephwright »

With no example code, it's impossible to know what is wrong. Please post a compilable minimal example.
Joseph Wright
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Re: Justification improvment

Post by gwada74 »

Ok I found my problem alone.
I was using both the environment \sloppypar and hyphenationpenalty = 10000.
Now it is working perfectly.

Thanks
User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Re: Justification improvment

Post by Stefan Kottwitz »

Generally you could improve justification by \hyphenation, using babel, T1 font encoding, and microtype, to mention something useful in this regard.

Stefan
LaTeX.org admin
Post Reply