I have a few verses of poem with space left-over that could accommodate another verse, maybe. I want to center the verses vertically. I have used \begin{verse} and \end{verse} for the poem. How can I push the poem down a bit, please?
I have tried \vspace{3cm}, vfil, vfill, and \flushbottom. None had any perceptible effect on the page.
Any hints would be appreciated please.
Text Formatting ⇒ KOMA-Script vertical centering
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
KOMA-Script vertical centering
Hi,
for me,
If it doesn't work for you, perhaps show the code that you use.
Stefan
for me,
\vfill
or \vspace*{\fill}
works in such case, placed before and after.If it doesn't work for you, perhaps show the code that you use.
Stefan
LaTeX.org admin
KOMA-Script vertical centering
Thanks for the vspace*{\fill}, Stefan. I have not encountered that before. I shall use it next time.Stefan Kottwitz wrote:Hi,
for me,\vfill
or\vspace*{\fill}
works in such case, placed before and after.
If it doesn't work for you, perhaps show the code that you use.
Stefan