Theses, Books, Title pages ⇒ Making the white space between headings and text smaller
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Making the white space between headings and text smaller
Manpreet
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
Making the white space between headings and text smaller
Just add
Code: Select all
\usepackage[compact]{titlesec} \titlespacing{\section}{0pt}{0pt}{0pt}
\begin{document}
.Cheers,
Vel