How can I put at the center of the page the element abstract?I put it in a blank page but it is at the top. I would center it vertically.any idea?
[Tex/LaTex] centering vertically the abstract element
abstractvertical alignment
abstractvertical alignment
How can I put at the center of the page the element abstract?I put it in a blank page but it is at the top. I would center it vertically.any idea?
Best Answer
To put the abstract on a page on its own in the middle of the page will depend on the class you are using. With the
article
class you have two ways of having the abstract in the middle of a page of its own.Using the
titlepage
option to the class. The will centre (horizontally and vertically) the title / author and so on, on the first page (the so called "titlepage") and the abstract with be placed on a page on its own as well centred both vertically and horizontally.You can also do it manually by forcing a page break before invoking the
abstract
environment, however,\vspace
or\vfill
at the top of the page do not work and you need to add a \null before the first\vspace
:Note that the `title page option will not entirely centre the abstract but have a smaller space at the top than at the bottom (which look more elegant I think)