Document ClassesBeginner in beamer

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
c.mafla
Posts: 19
Joined: Sat Aug 02, 2008 1:20 am

Beginner in beamer

Post by c.mafla »

Good day to everyone....

Im trying to build my first beam presentation in LaTeX. I just copied an example but when i'm trying to build it up. the next log error is shown:
pdflatex.exe: GUI framework cannot be initialized
I couldn't opne the file name 'C:\[...]\example.aux'
Couldn't find input index file 'C:\[...]\example' nor 'C:\[...]\example.idx'
Usage: C:\program files\miktex 2.8\miktex\bin\makeindex.exe [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]

LaTeX-Result: 0 error, 0 warning. 0 bad boxes.
The code I used is the following:

Code: Select all

\documentclass{beamer}


\begin{document}
\title{Factorizaci¶on en $Z_p[x]$ y en $Z[x].$\\}
\subtitle{Parte I}
\author{{\large Walter Mora F.}\\

\date{Junio 2007}

\frame{\titlepage}

\section{...}
\begin{frame}{T¶³tulo de este marco}
%texto
\end{frame}

\end{document}
When i change the documentclass to article or anything else there is no problem in the compilation of the file.

I appreciate your help. Thanks

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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

Beginner in beamer

Post by localghost »

A known problem of TeXnicCenter (TXC) in conjunction with MiKTeX 2.8 [1]. So it has nothing to do with the beamer class. The forum search will yield other threads where this problem is described. Feeding a search engine with exactly the first line of your quote will result in you much more examples.

[1] MiKTeX 2.8 Issues


Best regards
Thorsten
c.mafla
Posts: 19
Joined: Sat Aug 02, 2008 1:20 am

Re: Beginner in beamer

Post by c.mafla »

Thanks.
Post Reply