Generalbeamer | Problems on new Versions

General information and discussion about TeXnicCenter
Post Reply
feanor22
Posts: 32
Joined: Mon Oct 13, 2008 3:01 pm

beamer | Problems on new Versions

Post by feanor22 »

Dear All,

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]
My code after deleting the slides is below and it gives me the same errors as before:

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}
Could anyone help me sorting this?


Thanks
Renato
Last edited by localghost on Wed Dec 14, 2011 10:12 am, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
feanor22
Posts: 32
Joined: Mon Oct 13, 2008 3:01 pm

Re: beamer | Problems on new Versions

Post by feanor22 »

For me in the future and other people with the same problem:
I reinstalled the full version, not the basic, maybe this was the solution.
I got a problem seeing the figures at first but them installing the dvi-ps-pdf file posted by localghost at another post at this forum I managed to make the figures work.
I had to be careful to change the paths of both postprocessors: Dvips and Ghostscript.
So everything is working, both the articles and beamer presentations.
Merry Christmas to all!
Post Reply