LyXIs there something better than \sloppy?

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
lyxrocks
Posts: 91
Joined: Sat Oct 23, 2010 5:59 pm

Is there something better than \sloppy?

Post by lyxrocks »

even though putting \sloppy in the LaTex Preamble fixes some of the problems that I had:

1, it enables pages to begin with a math formula.
2, it doesn't allow long inline formulas to "protrude".

at the same time, it makes some lines look ugly.

is there an alternative command?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Is there something better than \sloppy?

Post by Stefan Kottwitz »

l2tabuen shows better possibilities in 1.8 Should I use \sloppy? on pages 6 and 7.

Stefan
LaTeX.org admin
lyxrocks
Posts: 91
Joined: Sat Oct 23, 2010 5:59 pm

Is there something better than \sloppy?

Post by lyxrocks »

so basically a good alternative is this combination of commands, thanks!

\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
\raggedbottom
Post Reply