I am struggling to make the MiKTeX 2.9 work with the TeXnicCenter 1.0 RC1. I have bought a laptop with windows 7 and previously I had another version of MiKTeX and TeXnicCenter. I managed to fix the main issues on articles but when I went to check a beamer slide an error occurred:
Code: Select all
undefined control sequence
<argument>... development version \beamer@version
\space A class for typeset
1.14...ace A class for typesetting presentations]
Code: Select all
\documentclass[xcolor=pdflatex,dvipsnames,table]{beamer}
\usepackage{beamerthemesplit}
\mode<presentation>
\setbeamercovered{transparent=30}
\title{Option Pricing under a Nonlinear and Nonnormal GARCH }
\begin{document}
\frame{\maketitle}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\end{document}
Thanks
Renato