General ⇒ beamer - DVI to PDF problem
beamer - DVI to PDF 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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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
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