[Tex/LaTex] Un-indent all paragraphs and increase the space between paragraphs

indentationparagraphsparskip

How could I un-indent all paragraphs and increase the space between paragraphs, avoiding – at the same time – unwanted changes?

Package parskip works partially fine for me (it causes some unwanted changes).

What would you recommend to me?

The template of the project I am working on is here.

Best Answer

The lenght of indention of a paragraph is saved in the register \parindent.

The extra skip between paragraphs is saved in the register \parskip.

So to setup your document against all recommended typographic rules you can set inside your preamble:

\parindent=0pt
\parskip=0pt