making TeX documents ragged left justified?

3.6k Views Asked by At

How can I make my entire LaTeX document (using TeXShop in Mac OS X) left justified, in a "ragged left" mode? I don't want to use blocks of \begin{flushleft} everywhere, I just want to declare somewhere in the document header that the whole document should be this way. Right now everything is fully justified (like newspapers) by default.

2

There are 2 best solutions below

1
On BEST ANSWER

This should do it globally:

\raggedright

See the ragged2e package to enable hyphenation in ragged prargraphs.

0
On

Did you try:

\raggedleft