Document Classesbeamer | Erroneous Template

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
ardar
Posts: 2
Joined: Tue Apr 10, 2012 7:09 pm

beamer | Erroneous Template

Post by ardar »

Hi

I'm using windows XP, Miktex 2.9, TeXnicCenter 1.0

I'm trying to make a presentation with beamer. I used a very common template which seems to be working everywhere.
but when I run the the tex file to make DVI file it makes one "undefined control sequence" for each line of my program

I must say I installed all necessary pakages such as beamer and xcolor and pgf and I update all installed packages.
here in the attachment you can find the error .log file

and the following link is provided in the beamer user guide .pdf file as testing the installation. I tried to run it but a lot of errors of "undefined control sequence" happend

http://mirrors.ctan.org/macros/latex/co ... min.en.tex

looking forward your help
regards
Araz
Attachments
generic-ornate-15min-45min.en.log
(8.57 KiB) Downloaded 246 times

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

beamer | Erroneous Template

Post by Stefan Kottwitz »

Hi Araz,

welcome to the board!

The first line of the .log file shows what happened:

Code: Select all

This is TeX, Version 3.1415926 (MiKTeX 2.9) (preloaded format=tex 2012.4.10)
You compiled with TeX (preloaded format=tex), but you need to run LaTeX (which is actually a format for TeX). So use the LaTeX compiler or switch to a LaTeX output profile, respectively.

Stefan
LaTeX.org admin
ardar
Posts: 2
Joined: Tue Apr 10, 2012 7:09 pm

beamer | Erroneous Template

Post by ardar »

Stefan,
Thank you for your warm welcome!

actually I tried it before sending my first post.
but when I compile that file with latex first of all after compiling I see the following pop-up error in the TeXnicCenter:
Error message of TXC.
Error message of TXC.
TXC-Error-API.jpg (17.27 KiB) Viewed 2578 times
and no file generated at the containing folder of .tex file, even an error log file.
and here in the attachment you can see the screen shot of what's happening after compilation

Regards
Araz
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

beamer | Erroneous Template

Post by Stefan Kottwitz »

It seems that the problem is here:

Code: Select all

latex.exe: The memory dump file could not be found
latex.exe: Data: latex.fmt
You could try to rebuild the format files: open the MikTeX options resp. settings in the start menu, and rebuild or update the latex format.

Stefan
LaTeX.org admin
Post Reply