Theses, Books, Title pages ⇒ Probable change for the behavior of vertical space
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Probable change for the behavior of vertical space
mroavi
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Probable change for the behavior of vertical space
This is a matter of preference and there is no one correct way to set up spacing in a document. I believe this template is using the default LaTeX spacings and spacing are easily adjusted from there.
To reduce space between sections/subsections and paragraphs of text use:
Code: Select all
\usepackage[compact]{titlesec}
\titlespacing{\section}{0pt}{0pt}{0pt}
Code: Select all
\usepackage{enumitem}
\setlist[itemize]{noitemsep, topsep=0pt}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Probable change for the behavior of vertical space
mroavi
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Probable change for the behavior of vertical space
setlist[itemize]{noitemsep, topsep=0pt} to \setlist[itemize]{topsep=0pt}
. Perhaps you should edit your answer so that it explicitly answers the question. Thanks a lot by the way.mroavi