MiKTeX and proTeXtBeamer on MikTex 2.9

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
mesti90
Posts: 3
Joined: Sun May 06, 2012 4:10 pm

Beamer on MikTex 2.9

Post by mesti90 »

Dear All,
I have installed the package beamer, but it simply doesn't work.
Here is a very simple tex file:

Code: Select all

\documentclass{beamer}

\begin{document}
\begin{frame}
Hello
\end{frame}
\end{document}
As a result of compilation, 0 errors, 0 warnings and 0 pages of pdf is created.
Could anybody help me to solve the problem?

(I use texniccenter as editor.)
Attachments
LaTeX1.log
I have attached the .log file.
(5.67 KiB) Downloaded 396 times
Last edited by mesti90 on Sun May 06, 2012 4:31 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Beamer on MikTex 2.9

Post by Stefan Kottwitz »

Hi,

welcome to the board!

This simple example should work. Perhaps post your .log file here, as attachment, this information could help to find the reason. For this, just click on "Upload attachment" below the text edit field when writing a post.

Stefan
LaTeX.org admin
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Beamer on MikTex 2.9

Post by Stefan Kottwitz »

I see that you added the log file, and that it's incomplete. A truncated log file points to a known issue with MiKTeX. Have a look at No output after recovering from system rebuild, there's a solution.

Stefan
LaTeX.org admin
mesti90
Posts: 3
Joined: Sun May 06, 2012 4:10 pm

Re: Beamer on MikTex 2.9

Post by mesti90 »

Dear Stefan,

I checked the named issue, and I clicked on "Refresh FNDB", but it didn't solve the problem, the compiler does the very same thing, and the .log file is truncated, again.

I can build other files but beamer.
mesti90
Posts: 3
Joined: Sun May 06, 2012 4:10 pm

Re: Beamer on MikTex 2.9

Post by mesti90 »

Dear Stefan,

I have restarted the program, and it's working. Thank you for your help!

Bálint
Post Reply