I am creating a big document, and would like to have space between each paragraph.
I have tried
Code: Select all
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
I saw that there are
Code: Select all
\usepackage{parskip}
\usepackage[parfill]{parskip}
What is a difference between them and how to use them, i.e. how to set the option?
A simple example on how to use them would be much appreciated.
Thank you in advance.