Document ClassesBeamer: `beamer.cls' not found

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
haaj86
Posts: 21
Joined: Mon Apr 06, 2009 11:18 pm

Beamer: `beamer.cls' not found

Post by haaj86 »

Hi,

I have used Beamer class before on windows vista with MikTeX & TeXnicCenter. Now, I have windows 7, and I installed both Miktex and texniccenter, but when I try to creat a presentation as simple as:

Code: Select all

\documentclass{beamer}
\title{Example}
\author{haaj86}
\begin{document}
\frame{\titlepage}
\end{document}


I get the following error

Code: Select all

! LaTeX Error: File `beamer.cls' not found.
The Log file is:

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.1.25)  22 MAR 2010 20:16
entering extended mode
**C:/Users/***/Example.tex
(C:/Users/***/Example.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.

! LaTeX Error: File `beamer.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name: 
! Emergency stop.
<read *> 
         
l.2 \title
          {Example}

*** (cannot \read from terminal in nonstop modes)
I don't know how to install the beamer.cls Please Help!

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer: `beamer.cls' not found

Post by localghost »

MiKTeX 2.8 Manual


Best regards
Thorsten
haaj86
Posts: 21
Joined: Mon Apr 06, 2009 11:18 pm

Re: Beamer: `beamer.cls' not found

Post by haaj86 »

Thanks very much localghost. I followed the manual you suggested and found the MikTex Package Manager (which I didn't know it existed!) and installed the beamer package.

Cheers

haaj86
lepijug
Posts: 1
Joined: Tue Feb 05, 2013 3:22 am

Re: Beamer: `beamer.cls' not found

Post by lepijug »

Hello haaj86 and localghost,

some time ago I could compile my beamer-presentations at my lap-top, but suddenly I get the reply `beamer.cls' not found. I have now installed the beamer package from the MikTex Package Manager as you two guys were saying (even if I believe that I have had it, maybe the people from my computer service deleted something when cleaning my machine), I have even refreshed the File Name DataBase and Updated Formats as I read at other fori. Still, I get the same reply `beamer.cls' not found. What should I do?
Thank you!
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Beamer: `beamer.cls' not found

Post by Stefan Kottwitz »

Hi lepijug,

welcome to the board!

This should have been all possibly necessary steps. Perhaps you need different install rights, since you could install as a user or as an administrator. You could post your .log file here, though I guess it would not tell anything about a possible beamer installation and location. Try kpsewhich beamer.cls at the command prompt, though I guess it won't be found.

Another possibility would be to install TeX Live, which works fine on Windows.

Stefan
LaTeX.org admin
Post Reply