From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30474 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: XeTeX and \placefigure Date: Thu, 24 Aug 2006 12:37:59 +0200 Message-ID: <6faad9f00608240337i72a49d35k44b2d552f20d848b@mail.gmail.com> References: <3e73596b0608232029q68941779o9954b6ddca87b052@mail.gmail.com> <44ED65E5.4080307@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156416199 21689 80.91.229.2 (24 Aug 2006 10:43:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 10:43:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 24 12:43:17 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1GGCg2-0001Sz-0F for gctc-ntg-context-518@m.gmane.org; Thu, 24 Aug 2006 12:43:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5376A1FE5B; Thu, 24 Aug 2006 12:43:09 +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 15836-02; Thu, 24 Aug 2006 12:43:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E40C01FED1; Thu, 24 Aug 2006 12:38:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF8541FED1 for ; Thu, 24 Aug 2006 12:38: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 12528-05-6 for ; Thu, 24 Aug 2006 12:38:01 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by ronja.ntg.nl (Postfix) with SMTP id 0224D1FED0 for ; Thu, 24 Aug 2006 12:38:00 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id s12so433637wxc for ; Thu, 24 Aug 2006 03:37:59 -0700 (PDT) Original-Received: by 10.90.71.12 with SMTP id t12mr347554aga; Thu, 24 Aug 2006 03:37:59 -0700 (PDT) Original-Received: by 10.90.94.17 with HTTP; Thu, 24 Aug 2006 03:37:59 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44ED65E5.4080307@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30474 Archived-At: On 8/24/06, Hans Hagen wrote: > Pepe Barbe wrote: > > Hello, > > > > I've been trying to compile my document using XeTeX and it gives me > > the following error: > > > you probably need a newer context > > % engine=xetex output=xtx > > \externalfigure[cow.pdf] \end > > works ok here (or one can give texexec --xetex filename) > > in the process you should see something: > > figures : using rlxtools to determine size of cow.pdf > RlxTools | cow.pdf is identified > (./cow.pdf.rli) It doesn't work here either. For PDF I get: ################################################## system (XETEX) : [line 877] ) specials : fdf,dpx loaded ) ! Undefined control sequence. \dogetfiguresizepdf ...3#4#5#6->\dogetPDFmediabox {#1}{#3}{#4}{#5}{#6} \getfiguredimensionsA ...heightb } \executedfalse \ifexecuted \donetrue \ifd... \getfiguredimensionsA \getfiguredimensionsB \getfiguredimensionsC \firstoftwoarguments #1#2->#1 \dodododoanalyzefigurefiles ...ionsC } \donothing \fi \dododoanalyzefigurefiles ...refiles } \donothing \fi ... l.21 \externalfigure[cow.pdf] \end ? ################################################## and for PNG the following: ################################################## system (XETEX) : [line 877] ) specials : fdf,dpx loaded ) figures : using rlxtools to determine size of mill.png RlxTools | unable to identify mill.png figures : figure ./mill.png has zero dimensions figures : figure ./mill.png has zero dimensions ! Undefined control sequence. \dogetfiguresizepdf ...3#4#5#6->\dogetPDFmediabox {#1}{#3}{#4}{#5}{#6} \getfiguredimensionsA ...heightb } \executedfalse \ifexecuted \donetrue \ifd... \getfiguredimensionsA \getfiguredimensionsB \getfiguredimensionsC \firstoftwoarguments #1#2->#1 \dodododoanalyzefigurefiles ...ionsC } \donothing \fi \dododoanalyzefigurefiles ...refiles } \donothing \fi ... l.21 \externalfigure[mill.png] \end ? ################################################## \XeTeXpicfile alone works OK. I'm testing with the standalone ConTeXt on windows with: This is XeTeX, Version 3.141592-2.2-0.995 (Web2C 7.5.5) ConTeXt ver: 2006.08.22 16:28 fmt: 2006.8.23 int: english mes: english > you probably need a newer context I know ;) Mojca