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.

link|improve this question

76% accept rate
Try tex.stackexchange.com if you need to ask TeX questions. – KennyTM Aug 6 '10 at 16:04
belongs on tex.stackexchange.com? – Philipp Aug 6 '10 at 16:05
2  
TeX questions that have the programming nature are still on topic on Stack Overflow, though you may get a better response on the Stack Exchange site. This question is probably better on the specialist site. – dmckee Aug 6 '10 at 16:10
Until the beta is over and the TeX site is up and running permanently, I don't think we should scare people off posting TeX related questions here. That said, friendly suggestions to try the beta site are still a good idea. – Seamus Aug 8 '10 at 13:54
feedback

2 Answers

up vote 2 down vote accepted

This should do it globally:

\raggedright

See the ragged2e package to enable hyphenation in ragged prargraphs.

link|improve this answer
That doesn't work for me -- I get the error "There's no line to end" – user248237 Aug 6 '10 at 18:28
Please show some code. – Philipp Aug 6 '10 at 18:38
feedback

Did you try:

\raggedleft
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.