如何使用LaTeX中的列表环境将项目的文本保存在一起?

如何使用LaTeX中的列表环境将项目的文本保存在一起?,latex,Latex,使用此代码: \begin{list} \item my first item title my first item content \item my second item title my second item content \end{list} 在分页符的末尾,分为两部分,一个“项目”如: --------第1页-------- ... 我的第一个项目标题 我的第一项内容 我的第二个项目标题 ---------------------- --------第

使用此代码:


\begin{list}
\item my first item title

    my first item content

\item my second item title

    my second item content

\end{list}
在分页符的末尾,分为两部分,一个“项目”如:

--------第1页-------- ... 我的第一个项目标题 我的第一项内容 我的第二个项目标题 ---------------------- --------第2页-------- 我的第二项内容 ---------------------- 但我想产生:

--------page 1-------- ... my first item title my first item content ---------------------- --------page 2-------- my second item title my second item content ---------------------- --------第1页-------- ... 我的第一个项目标题 我的第一项内容 ---------------------- --------第2页-------- 我的第二个项目标题 我的第二项内容 ---------------------- 我不想破坏一个“项目”。 我尝试使用\mbox,但未找到换行符


感谢您的帮助。

\nopagebreak\\\
结尾标题,中间没有空行。

\nopagebreak\\\
结尾标题,中间没有空行

--------page 1-------- ... my first item title my first item content ---------------------- --------page 2-------- my second item title my second item content ----------------------