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.
General ⇒ beamer - DVI to PDF problem
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
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.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. [...]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
beamer - DVI to PDF problem
do not use dvitopdf, use latex=>dvips=>ps2pdf instead orgumi_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.
the package epstopdf and the pdflatex, what Thorsten already
proposed.
Herbert