From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32637 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 01:21:29 +0100 Message-ID: <6faad9f00701091621l4f807cc0mb2129b6085c623d2@mail.gmail.com> References: <20070109164240.58526.qmail@web51807.mail.yahoo.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168389088 20375 80.91.229.10 (10 Jan 2007 00:31:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Jan 2007 00:31:28 +0000 (UTC) Cc: Till Tantau Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 10 01:31:26 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 dough.gmane.org with esmtp (Exim 4.50) id 1H4RND-0005s1-P4 for gctc-ntg-context-518@m.gmane.org; Wed, 10 Jan 2007 01:31:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 682E81FEC8; Wed, 10 Jan 2007 01:22:56 +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 15667-01; Wed, 10 Jan 2007 01:22:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8312D1FB7E; Wed, 10 Jan 2007 01:18:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 61B511FFF9 for ; Wed, 10 Jan 2007 01:18:08 +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 15223-10-5 for ; Wed, 10 Jan 2007 01:18:03 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by ronja.ntg.nl (Postfix) with ESMTP id 52DC81FB01 for ; Wed, 10 Jan 2007 01:18:03 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so284290nfc for ; Tue, 09 Jan 2007 16:21:29 -0800 (PST) Original-Received: by 10.49.41.3 with SMTP id t3mr720512nfj.1168388489441; Tue, 09 Jan 2007 16:21:29 -0800 (PST) Original-Received: by 10.48.209.8 with HTTP; Tue, 9 Jan 2007 16:21:29 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <20070109164240.58526.qmail@web51807.mail.yahoo.com> 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:32637 Archived-At: (abstract of Maarten-Jan's sample) > \usemodule[tikz] > > \starttext > > \startbuffer[tikz] > \starttikzpicture > \draw[red,thick] (0,0) -- (1,1) > {[rounded corners] -- (2,0) -- (3,1)} > -- (3,0) -- (2,1); > \stoptikzpicture > \stopbuffer > > \placefigure > {The figure is flushed left, whereas it should be centered.} > {\externalfigure[tikz.tmp]} > > \stoptext Hello, I've been playing a bit with the most simple tikz examples so far, but after I saw this example I got an impression that ConTeXt users might also want to see syntax like \starttikzpicture[optional options]{name} ... \stoptikzpicture \usetikzpicture{name} in addition to the existing one, which would then be equivalent to syntax of including metapost graphics. There are dozens of other \start[whatever] commands defined in the module, but I have no idea what all of them do. Perhaps \startpgfpicture might be another command worth considering, but I have no idea about the rest. Mojca