Customize space between lines and paragraphs
\setlength{\parskip}{1em} %set the spacing between paragraphs \renewcommand{\baselinestretch}{1.4} %set the spacing between lines
Customize space between lines and paragraphs
\setlength{\parskip}{1em} %set the spacing between paragraphs \renewcommand{\baselinestretch}{1.4} %set the spacing between lines
Customize margin size
\usepackage{geometry} \geometry{top=4cm, bottom=4cm, left=4cm , right=4cm}