如何在乳胶中垂直和水平居中引用?

mat*_*skn 16 latex vertical-alignment centering

我在乳胶的空白页面上有一个引用.我设法将它水平居中,然而,当我试图将它垂直居中时,它给了我一些问题.我试过了

\vspace{}
\begin{quote}
\centering
quote
\end{quote}
Run Code Online (Sandbox Code Playgroud)

但它不起作用.

In *_*ico 40

试试这个:

\vspace*{\fill} 
\begin{quote} 
\centering 
quote 
\end{quote}
\vspace*{\fill}
Run Code Online (Sandbox Code Playgroud)