GeneralWinEdt/Beamer compile(?) problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Achillez
Posts: 2
Joined: Wed Nov 17, 2010 4:27 pm

WinEdt/Beamer compile(?) problem

Post by Achillez »

I'm trying to make a goddamn presentation in Beamer with WinEdt v5.5 (and Miktex 2.9). It's not going so well. When I'm doing normal stuff, I just press the Latex button in winedt and then hit the dvi2pdf button, and ignorantly sit and wait for my pdf. Smooth sailing until I crashed into Beamer. The simple stuff works, i.e. I can make frames and put text and images in there, but stuff like /pause and /colums does not work at all, and too much of it and all hell breaks loose.

Hitting the dvi2pdf button when trying to make a beamer presentation gives a ton of warnings (i just arbitrarily paused the window for the two screenshots). Any ideas?


Edit by localghost: Preferably no external links. attachments go onto the forum server where possible.

Follow-up: This problem was solved by using pdflatex, as per localghost's suggestion below.
Attachments
dvi2pdf.jpg
dvi2pdf.jpg (190.03 KiB) Viewed 4785 times
Last edited by Achillez on Thu Nov 18, 2010 10:40 am, 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.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

WinEdt/Beamer compile(?) problem

Post by localghost »

Unless there aren't compelling reasons, compile your document directly with PDFLaTeX and see what happens. Otherwise prepare a minimal working example (MWE) that reproduces the difficulties clearly.


Best regards and welcome to the board
Thorsten
Achillez
Posts: 2
Joined: Wed Nov 17, 2010 4:27 pm

Re: WinEdt/Beamer compile(?) problem

Post by Achillez »

I just wanted to apologize for not reading the forum rules---I have no excuse, I was just being lazy. Anyway, your suggestion worked fine, but (which is probably as obvious to you as Ohm's Law is to me) pdflatex didn't like my .eps images so I had to convert them to pdf files with the handy tool that I didn't know I had: epstopdf.

I still don't really know what the hell is going on in the background most of the time when working with latex, and my current understanding has been extended from "press this button" to "press this button instead", but I guess that'll have to do for now. :)
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

WinEdt/Beamer compile(?) problem

Post by frabjous »

With an older LaTeX system, you might consider using the epstopdf package, which automatically calls the epstopdf tool when needed when eps figures are included in a document compiled with pdflatex. (Requires compiling with the --shell-escape flag.)

Another alternative is to upgrade your LaTeX system, since all the newest ones (TeXlive 2010/MacTeX 2010/MiKTeX 2.9) do this automatically without even needing a package.
Post Reply