MiKTeX and proTeXtimage problems with beamer

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

image problems with beamer

Post by Stefan Kottwitz »

Here's a profile screenshot to compare, here's a list. It should be comparable even though it's in German.
But show us your log file produced by the LaTeX => PDF run of TeXnicCenter, it will tell us more. You could post it as attachment here.

Stefan
LaTeX.org admin

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

Re: image problems with beamer

Post by Muble »

It is ok now. I have the same output profile with your files and it works but now i can not add eps files.
But ill try to play around with this and hopefully won't need to come back.
Thanks again!
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

image problems with beamer

Post by Stefan Kottwitz »

You could convert the eps files to pdf by epstopdf.
There's even a package epstopdf that can do it on the fly.

Stefan
LaTeX.org admin
Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

Re: image problems with beamer

Post by Muble »

Yeap this what Im trying to use. Im getting the error message
"Package pdftex.def error : Can not find File "name".pdf not found
Im trying to include though an eps file. Doesnt "on the fly " mean that it should do the conversion on compilation?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

image problems with beamer

Post by localghost »

The epstopdf package uses an external executable called epstopdf. You will need the -enable-write18 switch when calling the compiler.

Best regards
Thorsten¹
Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

Re: image problems with beamer

Post by Muble »

Hi localghost.
Thanks for your reply.
I look into this program but it also seems to me that i could sort this out if i could undrstand why when i latex=>ps a beamer file i get the above problem , i.e the slide occupies only the bottom left corner of the page. Because otherwise the slide is what it should be and handles eps files fine. Is there away i could post this ps file so that you can see what Im talking about?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: image problems with beamer

Post by Stefan Kottwitz »

You could post it as attachment here, perhaps zip/compress it before.

Stefan
LaTeX.org admin
Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

Re: image problems with beamer

Post by Muble »

Ok here it is......
Attachments
testing.rar
(10.59 KiB) Downloaded 225 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

image problems with beamer

Post by Stefan Kottwitz »

Muble, please try the dvips option:

Code: Select all

\documentclass[dvips,10pt]{beamer}
Stefan
LaTeX.org admin
Muble
Posts: 12
Joined: Wed Sep 24, 2008 7:18 pm

Re: image problems with beamer

Post by Muble »

no change, same problem....
Post Reply