在使用 poetrytex 包并向标题页添加图像时,如何消除多余的空白页?

在使用 poetrytex 包并向标题页添加图像时,如何消除多余的空白页?

我正在尝试删除多余的空白页:(1) 标题页后出现的空白页 2,以及 (2) 诗歌列表后的空白页 4。我是 LaTeX 新手,无法弄清楚为什么我的文档中会出现这些多余的空白页。

\documentclass[12pt]{book}
\usepackage{verse}
\usepackage{poetrytex}

\renewcommand*{\pttitle}{My Title}
\renewcommand*{\ptsubtitle}{My Subtitle}
\renewcommand*{\ptauthor}{Author Name}
\renewcommand*{\ptdate}{\today}

\begin{document}

\maketitle
\renewcommand*{\topname}{My Poems}
\maketop

\mainmatter

\begin{poem}{Break, break, break}{Tennyson}

\settowidth{\versewidth}{But the tender grace of a day that is dead}

\begin{altverse}
% Incipits are used in the ToP if no title is given.
\incipit{Break, break, break},\\*
On thy cold gray stones, O Sea!\\*
And I would that my tongue could utter\\*
The thoughts that arise in me.
\end{altverse}

\begin{altverse}
O, well for the fisherman's boy,\\*
That he shouts with his sister at play!\\*
O, well for the sailor lad,\\*
That he sings in his boat on the bay!
\end{altverse}

\begin{altverse}
And the stately ships go on\\*
To their haven under the hill;\\*
But O for the touch of a vanish'd hand,\\*
And the sound of a voice that is still!
\end{altverse}

\begin{altverse}
Break, break, break\\*
At the foot of thy crags, O Sea!\\*
But the tender grace of a day that is dead\\*
Will never come back to me.
\end{altverse}

\end{poem}

\end{document}

另外,我想在标题页中放置一张图片。最简单的方法是什么?像这样:

标题

字幕

* 图像 *

作者姓名

日期

相关内容