Search found 12 matches

by Muble
Thu Oct 09, 2008 1:48 pm
Forum: General
Topic: eps 2 png
Replies: 3
Views: 4340

eps 2 png

Hallo all,

Does anyone know a good (i.e. free but still good) software to convert eps to png?
I need it to use beamer in Miktex for latex=> PDF
Thanks!
by Muble
Wed Sep 24, 2008 10:36 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

here is the txt file
by Muble
Wed Sep 24, 2008 10:22 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

no change, same problem....
by Muble
Wed Sep 24, 2008 10:01 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

Ok here it is......
by Muble
Wed Sep 24, 2008 9:49 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

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 ...
by Muble
Wed Sep 24, 2008 9:33 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

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?
by Muble
Wed Sep 24, 2008 9:14 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

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!
by Muble
Wed Sep 24, 2008 8:27 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

ok now this will probably sound a bit amateur.. Alt+F7 takes me to the output profiles.
For latex=> pdf the default is pdflatex.exe . Is that what you meant ? At the Viewer tab Adope is selected.
In any case, thanks for spending your time with this
by Muble
Wed Sep 24, 2008 8:10 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

So here is sth that works : I tried from comand prompt to pdflatex the file and it works !!
Same file from Texniccenter gives the me the behaviour above .
Does this make any sense?????????
by Muble
Wed Sep 24, 2008 8:02 pm
Forum: MiKTeX and proTeXt
Topic: image problems with beamer
Replies: 22
Views: 26182

Re: image problems with beamer

\documentclass[10pt]{beamer}
% Customize slide appearance
\mode<presentation>
{
\usetheme{Warsaw}
\setbeamercovered{transparent}
}
\usepackage{color}
\usepackage{epsfig}
\usepackage[english]{babel}
\usepackage{times}

\title{ Some Slides}
\begin{document}

\begin{frame}
\titlepage
\end{frame ...