我想设计一个像这样的 \part 文本:
(形象的)
部分标题:{Annuntio laudam Tuam}
(小字幕):疑问与预测
我该怎么做呢?
先感谢您。
答案1
答案2
使用 Peter Wilson 的答案
\documentclass{memoir}
\renewcommand{\partpageend}{} %% can write after part title
\usepackage{graphicx}
\usepackage{showframe}% only to show the margins
\renewcommand{\beforepartskip}{% added <<<<<<<<<<<<<<<<<
\centering
\includegraphics[width=0.4\linewidth]{example-image}
\par\vfill
}
\begin{document}
\part{Annuntio laudam Tuam}
\begin{center}
\textbf{Unterweisungen und Predigten}
\vfill
\end{center}
\end{document}