views:

62

answers:

2

Hi,

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.

thanks.

+1  A: 

Did you try:

\raggedleft
banx
+1  A: 

This should do it globally:

\raggedright

See the ragged2e package to enable hyphenation in ragged prargraphs.

Philipp
That doesn't work for me -- I get the error "There's no line to end"
Please show some code.
Philipp