Document Classesproblem with my beamer, plz help :)

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

problem with my beamer, plz help :)

Post by man2011 »

Hi All.

O am suffering from beamer package...

I want to create a conference presentation...when I use a simple code to create simple things in order to build on it, I receive problems.. here is the sample that i use to start with

Code: Select all

\documentclass{beamer}
\title[Make a LaTeX presentation using Beamer]{Introduction  to Beamer\\How to make a presentation with LaTeX?}
\author{Nadir Soualem -- Astozzia}
\institute{Math-linux.com}
\date{Jule 13, 2007}
\begin{document}

\begin{frame}
\titlepage
\end{frame}


\begin{frame}{Introduction}
This is a short introduction to Beamer class.
\end{frame}

\end{document}

The error that I receive is this..

Code: Select all

This is XeTeX, Version 3.1415926-2.2-0.9997.4 (TeX Live 2010)
 restricted \write18 enabled.
entering extended mode
(./beamerexample-conference-talk.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, farsi, finnish, french,
 galician, german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic
, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panja
bi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji, lao, lati
n, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portu
guese, romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedis
h, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
(/Users/xxx/Library/texmf/tex/latex/avm/beamer.cls
(/Users/xxxx/Library/texmf/tex/latex/beamer/base/beamerbasercs.sty)
! Undefined control sequence.
<argument> ...development version \beamer@version 
                                                  \space A class for typeset...
l.13 ...ace A class for typesetting presentations]
thank you in advance
Last edited by man2011 on Fri May 13, 2011 4:59 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Re: problem with my beamer, plz help :)

Post by man2011 »

I really do not undestand what you are writing..Whoginhagma... is this virus or something???



Please guys help me with this beamer error?

thank you
User avatar
Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Re: problem with my beamer, plz help :)

Post by Stefan Kottwitz »

Hi,

Whoginhagma posted SPAM, I removed his post.
I'll check your problem later, when I'm on my LaTeX PC,

Stefan
LaTeX.org admin
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Re: problem with my beamer, plz help :)

Post by man2011 »

thanks a lot..the problem has been solved now
User avatar
Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Re: problem with my beamer, plz help :)

Post by Stefan Kottwitz »

I'm curious what has been the solution. The code example works for me, now that I had the opportunity to test it.

Stefan
LaTeX.org admin
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Re: problem with my beamer, plz help :)

Post by man2011 »

Thanks Stefan,

the solution is really strange for me... what I did is that I deleted beamer files in my latex directory and that's it....

I do not know how my texlive reaches the beamer? but it is working well without problems :D

sorry Stefan, is there a way to change a theme for one slide and keep the other slides the same theme.. because I have a big tree structure on one slide.. and the theme that I use is quite big and on this slide part of the tree is hidden so how I can change the theme of this slide only and keep the others ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

problem with my beamer, plz help :)

Post by Stefan Kottwitz »

TeX uses the kpathsea library for locating files such as classes and packages. You can do it yourself using kpsewhich.

Regarding the beamer theme, you could use a plain frame:

Code: Select all

\begin{frame}[plain]
...
Stefan
LaTeX.org admin
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Re: problem with my beamer, plz help :)

Post by man2011 »

thanks Stefan

I got it it :shock:
Post Reply