From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30465 Path: news.gmane.org!not-for-mail From: "Pepe Barbe" Newsgroups: gmane.comp.tex.context Subject: XeTeX and \placefigure Date: Wed, 23 Aug 2006 22:29:04 -0500 Message-ID: <3e73596b0608232029q68941779o9954b6ddca87b052@mail.gmail.com> 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 1156390179 16148 80.91.229.2 (24 Aug 2006 03:29:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 03:29:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 24 05:29:37 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 1GG5uI-0007Gd-Eo for gctc-ntg-context-518@m.gmane.org; Thu, 24 Aug 2006 05:29:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB2A61FE96; Thu, 24 Aug 2006 05:29:24 +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 11992-01; Thu, 24 Aug 2006 05:29:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CF1021FE92; Thu, 24 Aug 2006 05:29:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2A1B71FE92 for ; Thu, 24 Aug 2006 05:29:14 +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 08679-05 for ; Thu, 24 Aug 2006 05:29:09 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by ronja.ntg.nl (Postfix) with SMTP id 6D5F31FE8F for ; Thu, 24 Aug 2006 05:29:06 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id m51so453510pye for ; Wed, 23 Aug 2006 20:29:04 -0700 (PDT) Original-Received: by 10.35.109.2 with SMTP id l2mr1899228pym; Wed, 23 Aug 2006 20:29:04 -0700 (PDT) Original-Received: by 10.35.83.11 with HTTP; Wed, 23 Aug 2006 20:29:04 -0700 (PDT) Original-To: "mailing list for ConTeXt users" 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:30465 Archived-At: Hello, I've been trying to compile my document using XeTeX and it gives me the following error: ! Emergency stop. b \setPDFmediabox ...#3 #4 #5]#6\done ->\dimen 2=#2b p\dimen 2=-\dimen 2 \dimen... \checkPDFmediabox ...se \setPDFmediabox #2#3\done \fileprocessedtrue \fi \doprocessline ... to \fileline \doprocessPDFline \relax \expandafter \dopro... \dogetPDFmediabox ...chread {#1}\doprocessPDFline \egroup \ifx \PDFxoffset \... \getfiguredimensionsA ...heightb } \executedfalse \ifexecuted \donetrue \ifd... ... l.40 [height=.25\textheight] } It comes from the following code. \placefigure [here] [fig:cell_type_diag] {Typical diagram of the main cell types \cite[Web:2006aa], \cite[Web:2006ab]} \startcombination[2*1] { \externalfigure[chp1_prokaryote_diagram] [height=.25\textheight] }{Prokaryote} { \externalfigure[chp1_eukaryote_diagram] [height=.25\textheight] } {Eukaryote} \stopcombination Any ideas? Thanks, Pepe