pgfpagesuselayout{2 en 1 with notes} メモ付き使用時のエラーメッセージ

pgfpagesuselayout{2 en 1 with notes} メモ付き使用時のエラーメッセージ

以下のコードを実行すると:

\documentclass[handout]{beamer}
\usepackage{handoutWithNotes}
\pgfpagesuselayout{3 on 1 with notes}[a4paper,border shrink=5mm]

\begin{document}
\begin{frame}
My first slide
\end{frame}
\begin{frame}
Second one
\end{frame}
\begin{frame}
Third
\end{frame}
\end{document}

常に次のエラー メッセージが表示されます (MiKTeX 2.8 または 2.9、Windows XP または Windows 10 のいずれか)。

! Undefined control sequence.
\@begindocumenthook ...ox { \vskip .05\pageheight 
                                                  Notes\vskip .1\pageheight ...
l.6 \begin{document}

どなたか助けていただけませんか? 最初の列に Beamer スライドを配置し、2 番目の列にメモ用の行を配置したいのですが、他の方法はありますか?

答え1

残念ながらこの提案をテストすることはできませんが、同様の問題を解決しました。

\usepackage{pgfpages}

関連情報