robin wrote:

> Francesco Orsenigo wrote:
>
>> I'd like to know if there is a way to disable indentation for the 
>> whole document, once and for all.
>> Each time i open a new paragraph noindent is cleared, and i have to 
>> set it manually...
>>  
>>
> In the preamble
> \parindent 0 mm
> \parskip 2 mm
>
> That should give you a 2mm space between paragraphs instead of an 
> indent, though there's probably a more elegant way. If this is what 
> you want to use most of the time, then use a document class that 
> doesn't indent by default, or hack a layout file.
>
Sorry, that should probably be

\setlength{parindent}{0}
\setlength{parskip}{2mm}

It doesn't need to be in the preamble, apparently, though I tend to put 
all global settings there out of habit.  

You can of course use any unit you like (em pt etc.).

Robin


-- 
"There are only 10 types of people in the world. Those
 who understand binary and those who don't" - thinkgeek.com

Robin Turner
IDMYO
Bilkent �niversitesi
Ankara 06533

http://www.bilkent.edu.tr/~robin



Reply via email to