vertical centering latex
\documentclass{memoir}
\begin{document}
\begin{vplace}[0.7]
This is some text to be centered vertically.
\end{vplace}
\end{document}
[0.7] is an optional parameter specifying the ratio of space above to space below. The default value is [1].