GeneralProblem with Beamer : blank pdf

General information and discussion about TeXnicCenter
Post Reply
Laskend
Posts: 2
Joined: Wed Apr 29, 2015 1:31 pm

Problem with Beamer : blank pdf

Post by Laskend »

Hi !

I am a very beginner in LaTeX.
I work with MiKTeX and TeXniKcenter. I can compile and create a pdf document when documentclass is "article". But when the documentclass is beamer, I have some problems with :
Latex => dvi : I can view the document but a window opens with "MiXTeK Problem Report : Some PostScript specials could not be rendered."
Latex => dvi => pdf : The pdf has the good number of slides, but they are blank, or sometimes there is in a corner a few of the text that should be written... And that is very annoying...
NB : I have installed the needed packages (beamer, pgf, xcolor and others...)
Here is one of the beamer code -which creates a blank pdf.

Code: Select all

\documentclass{beamer}

\usepackage[frenchb]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\usetheme{Warsaw}


\begin{document}

    \begin{frame}
    Voici votre première page de présentation en LaTeX !
    \end{frame}

\end{document}
Thank you for help !

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: Problem with Beamer : blank pdf

Post by Stefan Kottwitz »

Hi Laskend,

welcome to the forum!

The document is not the cause. You could see it if you would click on "Open in writeLaTeX" above the code, here in the forum.

So we need more information about what happens in your case locally. Please post your .log file and the pdf file, as attachment to a forum post.

Stefan
LaTeX.org admin
Laskend
Posts: 2
Joined: Wed Apr 29, 2015 1:31 pm

Re: Problem with Beamer : blank pdf

Post by Laskend »

Thank you !

A friend helped me to solve the problem, thanks to this link :http://tex.stackexchange.com/a/183815
I could view without problem with yap

And for the pdf, the problem actualy happens only when I compile Latex=>dvi=>pdf , but the beamer document appears correctly when I compile with Latex=>pdf directly.
That's quite strange but I can encode and see the result now, it's ok for me.

Thank you for the speed you answered me ! (and sorry for my English...)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Problem with Beamer : blank pdf

Post by Stefan Kottwitz »

Thank you for the information! Nice to read, that the problem is solved now.
pdfLaTeX actually has some benefits over the DVI way, so I prefer it anyway.

Stefan
LaTeX.org admin
Post Reply