带笔记区的宏包handoutWithNotes.sty使用问题

2019-10-12 14:29发布

链接:[https://wenda.latexstudio.net/article-5031.html](https://wenda.latexstudio.net/article-5031.html...

链接:[https://wenda.latexstudio.net/article-5031.html](https://wenda.latexstudio.net/article-5031.html) MWE ```tex \documentclass{beamer} \usepackage{handoutWithNotes} \pgfpagesuselayout{1 on 1 with notes}[a4paper,border shrink=5mm] \begin{document} \begin{frame} 1 \end{frame} \end{document} ``` 第一条报错为`Undefined control sequence. \@begindocumenthook..ox {\wskip.05\pageheight`
2条回答
sikouhjw
2019-10-12 14:43
尝试了一下,添加这句话`\def\pageheight{2cm}`就不会报错,但是不明白`\pageheight`在这里面起什么作用,并且修改`\pageheight`的值不会对生成的pdf有影响。。

回答: 2019-10-12 14:43

编译效果图 ![](https://wenda.latexstudio.net/data/attach/191013/JtonXdYV.png) Note部分划线也是不满足宏包使用说明的效果的[https://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/](https://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/)

回答: 2019-10-12 14:43

通过将`\pageheight`替换成`\paperheight`,之前的问题解决了,然后我发现了新的问题 MWE ```tex \documentclass{beamer} \usetheme{CambridgeUS} \usepackage{lipsum} \usepackage{handoutWithNotes} \pgfpagesuselayout{1 on 1 with notes}[a4paper,border shrink=5mm] \begin{document} \begin{frame} \begin{enumerate} \item \lipsum[1] \end{enumerate} \end{frame} \end{document} ``` 截图如下 ![](https://wenda.latexstudio.net/data/attach/191013/gDqw8BS8.png) 发现列表环境是没有显示的,这是为什么?

回答: 2019-10-12 14:43

通过测试,发现注释掉`\usetheme{CambridgeUS}`,列表的1、2、3能显示

一周热门 更多>