Generalbeamer - DVI to PDF problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
gumi_kr
Posts: 1
Joined: Sun Apr 11, 2010 12:51 pm

beamer - DVI to PDF problem

Post by gumi_kr »

hello! I've got the following problem:

When i'm trying "DVI->PDF" convertion, my presentation (beamer) doesn't convert properly. When i use direct PDFLaTeX everything's fine, but i need to include eps in my presentation, so I can't use PDFLaTeX. Do you know why it's happening?

I've got the latest MiKteX, uing LeD and beamer class. (Windows 7 32x)

In the DVI viewer presentation looks fine.

please, help! Even with most basic packages included it's not working properly.

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

beamer - DVI to PDF problem

Post by localghost »

gumi_kr wrote:[...] When i use direct PDFLaTeX everything's fine, but i need to include eps in my presentation, so I can't use PDFLaTeX. [...]
Convert your EPS files with the command line tool epstopdf or "on the fly" with the epstopdf package (note the instructions in the manual). The forum search has details.


Best regards and welcome to the board
Thorsten
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

beamer - DVI to PDF problem

Post by CrazyHorse »

gumi_kr wrote: When i'm trying "DVI->PDF" convertion, my presentation (beamer) doesn't convert properly. When i use direct PDFLaTeX everything's fine, but i need to include eps in my presentation, so I can't use PDFLaTeX. Do you know why it's happening?

I've got the latest MiKteX, uing LeD and beamer class. (Windows 7 32x)

In the DVI viewer presentation looks fine.
do not use dvitopdf, use latex=>dvips=>ps2pdf instead or
the package epstopdf and the pdflatex, what Thorsten already
proposed.

Herbert
Post Reply