我正在制作一本引语书,并已开始使用 epigraphs 包。
我每个报价使用一个 qitem,总共有大约 100 个报价。
我面临的问题是 qitems 不是页面换行。我在页面上实现了前四五个引文,然后其他所有内容都被截断了。
有没有办法自动指示 qitems 的自然换页?理想情况下,如果可能的话,我希望将每个 qitem 放在同一页上。
\begin{epigraphs}
\qitem{\itshape ``This is my first inspiration quote for the book''}{\textit{---John Smith}}
\vspace{10mm} %10mm vertical space
\qitem{\itshape ``And here is another quotation''}{\textit{---Jane Doe}}
\vspace{10mm} %10mm vertical space
\qitem{\itshape ``And yet another''}{\textit{---William Jones}}
\end{epigraphs}