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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
c.mafla
Posts: 19
Joined: Sat Aug 02, 2008 1:20 am

Re: Beginner in beamer

Post by c.mafla »

Thanks.
Post Reply