Search found 1 match

by trunto
Sat Oct 25, 2008 4:05 pm
Forum: General
Topic: Vertical text justification
Replies: 2
Views: 6742

Vertical text justification

I want to vertically justify ie. center the text ("\huge Footitle") with the following code:
\begin{titlepage}
\vfill
\begin{center}
\huge Footitle
\end{center}
\vfill
\end{titlepage}
But it doesn't work as it should. But if I add a line of text before the first \vfill it works:
\begin{titlepage ...