Code: Select all
\documentclass{beamer}
\usepackage{cwpuzzle}
\listfiles
\begin{document}
\begin{frame}
\begin{Puzzle}{5}{5}
|{} |{} |[1]S |.
|{} |[2]M |I |[3]D |.
|[4]T |I |M |E |S |.
|{} |[5]N |E |G |.
|{} |{} |Q |.
\end{Puzzle}
\end{frame}
\end{document}
Code: Select all
— — —[1]S —. — —[2]M —I —[3]D —. —[4
I haven't found anything about using cwpuzzle with beamer in the package documentation. Why is this happening and what I should do to embed a puzzle in presentation?
Thanks a lot!