答案1
您没有过多提及引文的样式,因此我下面的建议只是一般性建议。MWE(最小工作示例)还假设您的前言仅占一页;如果不是这种情况,请指出。
\documentclass{book}
\usepackage{lipsum} % package that provides filler text
\begin{document}
\chapter*{Preface}
\lipsum[1]
\clearpage
\vspace*{\fill}
\thispagestyle{empty} % optional -- suppress showing of page number
\begin{quotation}
\em % optional -- to switch to emphasis (italics) mode
\lipsum[2]
\medskip
\raggedleft
by Lipsum
\end{quotation}
\vspace*{\fill}
\chapter{First Chapter}
\lipsum[3]
\end{document}
参见下面的输出结果: