Texmaker and TeXstudioTexmaker doesn't create a PDF file for beamer

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
Bayo
Posts: 2
Joined: Wed Apr 17, 2013 8:44 am

Texmaker doesn't create a PDF file for beamer

Post by Bayo »

my problem is this: I'm using texmakerx with miktex 2.9

when I'm working con \documentclass{article} or \documentclass{book} I dont have any problem, but for some reason when I work on \documentclass{beamer} the pdf file is not created, only the files asdf.log and asdf.tex are created.

I can't compile this single command

Code: Select all

\documentclass{beamer}

\usetheme{Frankfurt}
\begin{document}
\begin{frame}
\frametitle{test}
testfuncione hija de la gran puta mierdaasdsd
\end{frame}
\end{document}
I haven't tried on the class report or letter to see if the PDF file is created, but I've tried reinstalling miktex, updating it, changing the PDF viewer, downloading another version of texmaker, none of that worked.

my friend could compile the file in his computer without any problems, I think it is a problem with miktex but I can't solve it.

I appreciate any help
Last edited by cgnieder on Wed Apr 17, 2013 9:29 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Texmaker doesn't create a PDF file for beamer

Post by Johannes_B »

Is there any eroor message or something like that?
Please use the code-button when posting.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Bayo
Posts: 2
Joined: Wed Apr 17, 2013 8:44 am

Re: Texmaker doesn't create a PDF file for beamer

Post by Bayo »

there is no error message, it doesn't just create the PDF file, of course when I hit the PDF button to show the file it will tell me "error, the file is not found", but that's expected since no PDF files were created.

somewhere I read that there is a problem with the package beamer and the new version of miktex 2.9 , but anyway I don't know how to solve the problem.

(sry about the code-button, didn't see it)
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Texmaker doesn't create a PDF file for beamer

Post by Johannes_B »

Please update your TeX-Distribution (Miktex) via the packagemanager.
Try to compile again and show us your log-file (this file is in the same directory as the tex-file you are compiling, same "basename as your tex".log) by attaching it to your post.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply