Answers for "vertical centering latex"

0

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].
Posted by: Guest on March-20-2022

Browse Popular Code Answers by Language