When I am trying to compile a beamer class presentation, with \usetheme{warsaw} and \usepackage{pstricks} (using latex-miktex 2.8), winedt5.5 gives me the following error:
Code: Select all
! undefined control sequence.
<recently read> \@@drv
1.11 \begin{document}
?
I post minimal code below and also the log file with \listfiles in the attachment.
Can anyone help me with this? Thank you!
David
Code: Select all
\listfiles
\documentclass[serif]{beamer} %
\usepackage{pstricks}
\usetheme{Warsaw}
%\usetheme{Montpellier}
\begin{document}
\begin{frame}
Hi there
\end{frame}
\end{document}