|
Last edited by hbghlyj at 2023-7-16 20:50:00输入PDF每页有很多段文本,每一段落每到句号算作一行结束,段落结束也算一行结束。
如何输出PDF每页只显示新一行?换页时,就会像幻灯片一样显示新一行。
就像LaTeX Beamer中的\pause
- \begin{frame}
- In this slide \pause
- the text will be partially visible \pause
- And finally everything will be there
- \end{frame}
Copy the Code
输出PDF的页数就会等于输入PDF的行数。
要保持输入PDF的背景(除了文本都不变)。 |
|