Correct spacing between paragraphs
This commit is contained in:
parent
5c28dd5cba
commit
b55b39b50a
2 changed files with 6 additions and 0 deletions
5
main.tex
5
main.tex
|
@ -33,6 +33,11 @@
|
|||
\cleardoublepage
|
||||
\setcounter{page}{1}
|
||||
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
\titlespacing*{\section}{0px}{0px}{0px}
|
||||
\titlespacing*{\subsection}{0px}{0px}{0px}
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
\usepackage{ellipsis}
|
||||
\usepackage[margin=1in,includefoot]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{titlesec}
|
||||
|
||||
\hypersetup{
|
||||
hidelinks=true
|
||||
|
|
Reference in a new issue