Theses, Books, Title pagesReduce line spacing

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Reduce line spacing

Post by templateuser »

Good night,
How can I reduce line spacing between table of figures and list of tables lines ?
THANK YOU.

Messi007

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Reduce line spacing

Post by Vel »

Hi,

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Reduce line spacing

Post by templateuser »

Hi Vel,

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
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Reduce line spacing

Post by Vel »

Hi Tanya,

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Reduce line spacing

Post by templateuser »

Ah, excellent. Thanks!

Tanya
Post Reply