I would center horizontally and vertically a block of text as if it was an abstract text block.How can I do?
I tried this:
\null\vfill
\begin{center}
\end{center}
\vfill\null
it It correct?
|
I would center horizontally and vertically a block of text as if it was an abstract text block.How can I do? I tried this:
it It correct? |
|||
|
A "correct" way could be
The top vertical space should be You can in a similar way decide also for different spaces at the top and at the bottom; for instance
will leave spaces in the proportion 2/3; something of this kind can turn useful for a dedication page, as the dedication is usually not in the center of the page. If you need that the text inside the minipage has indented paragraphs as the normal text, then
The package |
||||
|
|
\nullshould be\clearpage; I'd use\vspace*{\fill}instead of\null\vfill, but it's personal preference. – egreg Sep 8 '12 at 19:32minipageinsidecenter. – egreg Sep 8 '12 at 19:33