MiKTeX and proTeXt ⇒ image problems with beamer
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
image problems with beamer
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
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: image problems with beamer
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!
But ill try to play around with this and hopefully won't need to come back.
Thanks again!
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
image problems with beamer
You could convert the eps files to pdf by epstopdf.
There's even a package epstopdf that can do it on the fly.
Stefan
There's even a package epstopdf that can do it on the fly.
Stefan
LaTeX.org admin
Re: image problems with beamer
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?
"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?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
image problems with beamer
The epstopdf package uses an external executable called epstopdf. You will need the -enable-write18 switch when calling the compiler.
Best regards
Thorsten¹
Best regards
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
Re: image problems with beamer
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?
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?
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: image problems with beamer
You could post it as attachment here, perhaps zip/compress it before.
Stefan
Stefan
LaTeX.org admin
Re: image problems with beamer
Ok here it is......
- Attachments
-
- testing.rar
- (10.59 KiB) Downloaded 225 times
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
image problems with beamer
Muble, please try the dvips option:
Stefan
Code: Select all
\documentclass[dvips,10pt]{beamer}
LaTeX.org admin
Re: image problems with beamer
no change, same problem....