Theses, Books, Title pages ⇒ Abstract: Centering
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Abstract: Centering
Thanks very much in advance to anybody who can answer this question for me!
latextemplateuser
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Abstract: Centering
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
}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Abstract: Centering
latextemplateuser