LaTeX Beamer包,编译只产生32张幻灯片
我一直在使用 Beamer 编写幻灯片演示文稿,并使用 \begin{frame} some stuff \end{frame} 编写了 35 张幻灯片(或帧)。问题是,在编译时,仅生成前 32 帧。排字机不会报告任何错误或警告。关于出了什么问题的想法?
I've been writing a slide presentation using Beamer, and have written 35 slides (or frames) using \begin{frame} some stuff \end{frame}. The problem is, that on compilation, only the first 32 frames are produced. The typesetter does not report any errors or warnings. Ideas for what is going wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注释掉幻灯片 32,看看会发生什么。对 33、34 等重复操作,直到找到有错误的幻灯片。然后仔细查看该页面的代码。在找到错误行之前,注释掉该页面的部分内容可能会有所帮助。
Comment out slide 32 and see what happens. Repeat for 33, 34, etc. until you've found the slide with the mistake. Then carefully look at the code for that page. It might help to comment out part of that page until you find the line of error.