Here is the code:Argument of \special@length has an extra }
Runaway argument? {\PstPoly@IntermediatePointDim} \ignorespaces
Code: Select all
\documentclass[compress]{beamer}
\mode<presentation>
\usetheme{JuanLesPins}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{pstricks}
\usepackage{pst-poly}
\usepackage{pstricks-add}
\usepackage{pst-all}
\begin{document}
\section{Example B}
\begin{frame}{Example B}
\begin{example}
Determine the number of lines of symmetry in the quadrilateral.
\begin{pspicture}(0,0)(2,1)
\PstPolygon[PolyNbSides=4]
\end{pspicture}
\end{example}
\end{frame}
\end{document}
Nicholas