General ⇒ beamer | Frames stuck to Bottom left Corner of Page
beamer | Frames stuck to Bottom left Corner of Page
the compiled PS file consists of a regular blank page with the presentation lodged to the bottom left corner of it. I'm using MiKTeX with TeXnicCenter on Windows 7 and can't go straight to PDF because of the embedded EPS graphics.
Has anyone encountered this problem? The only solution I found via Google didn't do it.
Thanks
Pascal
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 | Frames stuck to Bottom left Corner of Page
Why not? Current TeX distributions have a restricted shell escape which allows to insert EPS images which are conveted to PDF on the fly while compiling with PDFLaTeX. If that doesn't work, there is always the epstopdf package (which needs the epstopdf Perl script) from the oberdiek bundle.pascal88 wrote:[…] I'm using MiKTeX with TeXnicCenter on Windows 7 and can't go straight to PDF because of the embedded EPS graphics. […]
Furthermore you an always convert the resulting PS file to PDF by using the "LaTeX → PS → PDF" build profile of TeXnicCenter (TXC) and the problem will vanish.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: beamer | Frames stuck to Bottom left Corner of Page
Thanks for the help
Pascal