From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19361 Path: news.gmane.org!not-for-mail From: Peter Newsgroups: gmane.comp.tex.context Subject: Re: how to place figures next to each other Date: Fri, 25 Mar 2005 16:57:39 +0100 Message-ID: <424434F3.7010209@orgelvlaardingen.nl> References: <423AB977.7060202@orgelvlaardingen.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111766305 10355 80.91.229.2 (25 Mar 2005 15:58:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2005 15:58:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 25 16:58:24 2005 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 1DErC4-0006Bc-Rz for gctc-ntg-context-518@m.gmane.org; Fri, 25 Mar 2005 16:57:53 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E16EC12846; Fri, 25 Mar 2005 16:58:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12558-02; Fri, 25 Mar 2005 16:58:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C56951282E; Fri, 25 Mar 2005 16:56:23 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 979FD1282E for ; Fri, 25 Mar 2005 16:56:21 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12558-01 for ; Fri, 25 Mar 2005 16:56:21 +0100 (CET) Original-Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by ronja.ntg.nl (Postfix) with ESMTP id 1A9BF1282B for ; Fri, 25 Mar 2005 16:56:21 +0100 (CET) Original-Received: from [10.0.0.3] (h6210061202.dsl.speedlinq.nl [62.100.61.202]) by olive.qinip.net (Postfix) with ESMTP id 16A7618C01 for ; Fri, 25 Mar 2005 16:56:13 +0100 (MET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <423AB977.7060202@orgelvlaardingen.nl> X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19361 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19361 Peter wrote: > How can I place two figures next to each other without using a > \startcombination ... \stopcombination group? > > I now have this, but it is not what I want: > > \gebruikexternfiguur[kortoctaaf][cekort][type=eps,hoogte=30mm] > \gebruikexternfiguur[gebrokenoctaaf][gebroken][type=eps,hoogte=30mm] > \plaatsfiguur > [hier] > [fig:klavieren] > {Enkele varianten van het groot octaaf} > {\startcombinatie[2*1] > {\kortoctaaf}{kort octaaf} > {\gebrokenoctaaf}{gebroken octaaf} > \stopcombinatie} > > I want to have the two figures numbered as seperate, independent > figures, but when using a combination, the whole combination is treated > as one figure and gets only one number and one label. > > XXXX XXXX > X X X X > XXXX XXXX > > fig.n fig.n+1 > > I've consulted the manuals and searched the list archives, but I have > not found a solution. > > tnx in advance, > I now know how to suppress the caption of the combination. By using the option "none". Now I have to generate the captions of the two figures with the correct numbers and the reference-labels by hand. So my questions: - How can I increment the figure counter? - How can I print the current figure number? - How can I add labels for referencing to the two figures? - Is there a better approach to do this? I have two small figures. So I really want them next to each other. It's a waste of space to put them underneath each other. Peter