From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20466 Path: news.gmane.org!not-for-mail From: Peter Newsgroups: gmane.comp.tex.context Subject: Re: How to use .eps figure in ConTeXt? Date: Mon, 23 May 2005 14:36:20 +0200 Message-ID: <4291CE44.4050306@orgelvlaardingen.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116851846 11669 80.91.229.2 (23 May 2005 12:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 May 2005 12:37:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 23 14:37:23 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaC9h-0005d5-Af for gctc-ntg-context-518@m.gmane.org; Mon, 23 May 2005 14:35:37 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CB4C7127C4; Mon, 23 May 2005 14:37:07 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15118-05; Mon, 23 May 2005 14:37:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D0E31127C8; Mon, 23 May 2005 14:37:03 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 75D1C127C8 for ; Mon, 23 May 2005 14:37:02 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15135-07 for ; Mon, 23 May 2005 14:37:01 +0200 (CEST) Original-Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by ronja.ntg.nl (Postfix) with ESMTP id 881FF127C4 for ; Mon, 23 May 2005 14:37:01 +0200 (CEST) Original-Received: from [10.0.0.3] (h6210061202.dsl.speedlinq.nl [62.100.61.202]) by olive.qinip.net (Postfix) with ESMTP id 1F4AD18BB1 for ; Mon, 23 May 2005 14:36:15 +0200 (MEST) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20466 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20466 =C1=FA =B7=C9 wrote: > Today I try to insert .eps file in to my presentation. I use=20 > \externalfigure[xx.eps] to insert xx.eps. The figure shows correct in=20 > the dvi file generated by "texexec --once --texutils xx.tex". However=20 > this figure disappears in the pdf file generated by "texexec --pdf=20 > xx.tex". The log says "figures: xx.eps has zero dimensions". What is th= e=20 > problem? Is there anything wrong with the .eps file? > Thanks >=20 > _________________________________________________________________ > =CF=ED=D3=C3=CA=C0=BD=E7=C9=CF=D7=EE=B4=F3=B5=C4=B5=E7=D7=D3=D3=CA=BC=FE= =CF=B5=CD=B3=A1=AA MSN Hotmail=A1=A3 http://www.hotmail.com > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >=20 You need a pdf-version of the figure. If you are on LInux, you can enter 'epstopdf xx.eps' on the commandline (if epstopdf is installed). That generates xx.pdf. Then run texexec again. Peter