Good night,
How can I reduce line spacing between table of figures and list of tables lines ?
THANK YOU.
Messi007
Theses, Books, Title pages ⇒ Reduce line spacing
NEW: TikZ book now 40% off at Amazon.com for a short time.
Reduce line spacing
Hi,
Go into
Cheers,
Vel
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Reduce line spacing
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
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
Hi Tanya,
It sounds like you've got quite a long abstract! This is simple to fix though and doesn't require going into
Cheers,
Vel
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Reduce line spacing
Ah, excellent. Thanks!
Tanya
Tanya