vbox 內的文字在頁面中消失

vbox 內的文字在頁面中消失

我正在使用下面的內容,vbox我想插入大量文本,不幸的是文本不會繼續到下一頁。例如,如果文字長度為 20 行,則僅顯示前 10 行直到頁面末尾,然後其餘文字消失。我希望文字正常繼續到下一頁。我該如何解決這個問題?

\newcommand\bioname{\NINE Biographical notes:}
\newbox\t@bio
\def\bio{\@ifnextchar[{\@bio}{\@bio[]}}
\def\@bio[#1]{%
 \global\setbox\t@bio=\vbox\bgroup%
    \parindent10pt\leftskip 10.75pc%\rightskip 3pc%
    \noindent{\bf\TEN \bioname}\ %\vskip 12.8pt
    \noindent\NINE%
    \ignorespaces}%
\def\endbio{\egroup}

相關內容