Problem mit handoutWithNotes.sty
Verfasst: Fr 20. Okt 2017, 17:09
Folgender Code produziert eine "! LaTeX Error: Missing \begin{document}."-Meldung. Ich arbeite mit MiKTeX 2.9 und WinEdt 10.1. Weiss jemand Rat?
\documentclass[handout]{beamer}
\usepackage{handoutWithNotes}
\pgfpagesuselayout{4 on 1 with notes}[a4paper,border shrink=5mm]
\mode<handout>{\setbeamercolor{background canvas}{bg=black!15}}
\begin{document}
\begin{frame}
text
\end{frame}
\end{document}