Theses, Books, Title pagesAbstract: Centering

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

Abstract: Centering

Post by templateuser »

In this template the abstract is vertically centered on the page. Instead, I would like my abstract to begin at the top of the page. How do I do this?

Thanks very much in advance to anybody who can answer this question for me!

latextemplateuser

Recommended reading 2024:

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

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

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

Abstract: Centering

Post by Vel »

Hi,

Simply add a \vfill after your abstract text like so:

Code: Select all

\abstract{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
  The Thesis Abstract is written here (and usually kept to just this page).
  The page is kept centered vertically so can expand into the blank space above the
  title too\ldots
  \vfill
}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Abstract: Centering

Post by templateuser »

Thanks a lot!

latextemplateuser
Post Reply