Graphics, Figures & TablesInsert graphics in Beamer mode

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Insert graphics in Beamer mode

Post by symbian »

Dear All;

In beamer mode, I try to insert graphics the usual way I did in report mode but there is an error listing Unknown graphics extension: .eps when I click PDFLateX.

This is the command I used:
\begin{center}
\input{pic_1.pstex_t}
\end{center}

I had attached the file in this post. Please help on how to add this picture into beamer presentation.

Thank You.

Recommended reading 2024:

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

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

symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Re: Insert graphics in Beamer mode

Post by symbian »

There is an error when I posted the above message. I had now attached the file in this post.
Attachments
pic_1.rar
(515 Bytes) Downloaded 234 times
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Insert graphics in Beamer mode

Post by phi »

pdfTeX cannot include EPS graphics in PDF mode. Use DVI mode or convert the picture to PDF (using epstopdf, a2ping, or the epstopdf package).
symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Re: Insert graphics in Beamer mode

Post by symbian »

Hi, I indeed succeed using dvi form but when I convert from Dvitopdf, the output using beamer totally distort the beauty of the presentation using latex. Logo which I put in every make also gone missing.

Is there any other method? I plan to include the diagram between paragraph in a frame. If I convert the digram into pdf, incorporating it into the frame is totally impossible.

Please advise.
symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Re: Insert graphics in Beamer mode

Post by symbian »

Anyone can offer a further help on this?
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Insert graphics in Beamer mode

Post by frabjous »

symbian wrote: Is there any other method?
phi already listed four different methods. You mentioned trying one. I'd try the other three, and in particular converting to PDF, but that brings us to...
I plan to include the diagram between paragraph in a frame. If I convert the digram into pdf, incorporating it into the frame is totally impossible.
Why?
symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Re: Insert graphics in Beamer mode

Post by symbian »

Because I have command code in the pstex_t file. If I convert to PDF and then incorporate it into beamer, will it affect the command which I put in the diagram I attached in previous email?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Insert graphics in Beamer mode

Post by localghost »

The EPS file as the most important part is missing in the archive you attached. There are alternatives to this WinFig/EPS construction. But we need to figure out how the final output of the diagram should look like. So, attach the EPS file to your next post.


Best regards
Thorsten
symbian
Posts: 6
Joined: Sun Aug 30, 2009 9:07 am

Re: Insert graphics in Beamer mode

Post by symbian »

:D I seem to have found a solution it by adding -shell-escape to the tex option then it works now.... Thank you everyone.
Post Reply