Theses, Books, Title pages ⇒ Reduce line spacing
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Reduce line spacing
How can I reduce line spacing between table of figures and list of tables lines ?
THANK YOU.
Messi007
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
Reduce line spacing
Go into
thesis.cls
and add \vspace{-1cm}
just after {\MakeUppercase\listfigurename}}
to decrease the space between the List of Figures heading and the actual list of figures. Do the same for the List of Tables after \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}
.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Reduce line spacing
I have a similar question but in regard to the Abstract page. When the PDF is generated, the title portions are at the bottom of the page which starts the content of the abstract of the following page. I've looked into the thesis.cls file but I'm hesitant to add/change anything without your input. Is there a way to reduce the white space so the title portion is at the top of the page?
Cheers,
Tanya
Reduce line spacing
It sounds like you've got quite a long abstract! This is simple to fix though and doesn't require going into
thesis.cls
. Simply put a \newpage
in the abstract text where you would like the break between pages to be.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Reduce line spacing
Tanya