From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32635 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: placing a tikz/pgf figure Date: Wed, 10 Jan 2007 00:26:22 +0100 Message-ID: <6faad9f00701091526h518631a4h4d2b1b35ad4322c9@mail.gmail.com> References: <20070109164240.58526.qmail@web51807.mail.yahoo.com> <45A3DBD8.70803@boede.nl> <45A3EC67.2030502@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168385209 9722 80.91.229.12 (9 Jan 2007 23:26:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Jan 2007 23:26:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 10 00:26:45 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1H4QMY-0001QV-7e for gctc-ntg-context-518@m.gmane.org; Wed, 10 Jan 2007 00:26:38 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C7DF120067; Wed, 10 Jan 2007 00:23:11 +0100 (CET) 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 10439-05-16; Wed, 10 Jan 2007 00:23:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E44402005D; Wed, 10 Jan 2007 00:23:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD26C20009 for ; Wed, 10 Jan 2007 00:23:02 +0100 (CET) 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 10471-01-12 for ; Wed, 10 Jan 2007 00:22:57 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by ronja.ntg.nl (Postfix) with ESMTP id 2FDCC1FFD1 for ; Wed, 10 Jan 2007 00:22:57 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so271585nfc for ; Tue, 09 Jan 2007 15:26:23 -0800 (PST) Original-Received: by 10.49.41.3 with SMTP id t3mr690090nfj.1168385182862; Tue, 09 Jan 2007 15:26:22 -0800 (PST) Original-Received: by 10.48.209.8 with HTTP; Tue, 9 Jan 2007 15:26:22 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <45A3EC67.2030502@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:32635 Archived-At: On 1/9/07, Hans Hagen wrote: > Willi Egger wrote: > > Indeed I also get the results as you describe them. When looking at the > > file *.tmp then you see, that the figure is generated on the fly. When > > external figure is issued, then the textwidth is the base and therefore > > the figure ends up leftaligned. -- In such cases I prefer to have the > > figures prepared in a separate pdf-file by means of > > \startTEXpage -- \stopTEXpage. Afterwards I include the TEXpages > > with \externalfigure referencing the page in the file obtained. -- In my > > experience this makes the runs faster. > > > willy, what do i need to install to get this example running? I guess that copying these files (at least generic and context) into texmf tree should be enough: ftp://cam.ctan.org/tex-archive/graphics/pgf Mojca