Search found 3 matches

by mesti90
Sun May 06, 2012 5:00 pm
Forum: MiKTeX and proTeXt
Topic: Beamer on MikTex 2.9
Replies: 4
Views: 6882

Re: Beamer on MikTex 2.9

Dear Stefan,

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

Bálint
by mesti90
Sun May 06, 2012 4:47 pm
Forum: MiKTeX and proTeXt
Topic: Beamer on MikTex 2.9
Replies: 4
Views: 6882

Re: Beamer on MikTex 2.9

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.
by mesti90
Sun May 06, 2012 4:15 pm
Forum: MiKTeX and proTeXt
Topic: Beamer on MikTex 2.9
Replies: 4
Views: 6882

Beamer on MikTex 2.9

Dear All,
I have installed the package beamer, but it simply doesn't work.
Here is a very simple tex file:
\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 ...