在下一页显示当前页的文本

在下一页显示当前页的文本

我正在尝试将文本放在下一页的页脚中。也就是说,我有一个问题环境,它定义了问题及其解决方案,但我希望解决方案显示在下一页的末尾。要么在页脚中,要么就在文本段落之后。有什么帮助吗?

\documentclass{myclass}
\usepackage{blindtext}

\begin{document}
\begin{questions}
  \question{What is the earth age}
  \answer{14 billion} % the answer should be displayed at the 
   %end of the next page
\end{questions}
\end{document}

相关内容