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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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