From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19169 Path: news.gmane.org!not-for-mail From: Peter Newsgroups: gmane.comp.tex.context Subject: how to place figures next to each other Date: Fri, 18 Mar 2005 12:20:23 +0100 Message-ID: <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 1111246125 4924 80.91.229.2 (19 Mar 2005 15:28:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2005 15:28:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 19 16:28:45 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 1DCfsU-0008BD-Oc for gctc-ntg-context-518@m.gmane.org; Sat, 19 Mar 2005 16:28:39 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD53D12867; Sat, 19 Mar 2005 16:30:27 +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 02595-02; Sat, 19 Mar 2005 16:30:25 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ECCFA12854; Sat, 19 Mar 2005 16:30:24 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B417F12854 for ; Sat, 19 Mar 2005 16:30:23 +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 02526-04 for ; Sat, 19 Mar 2005 16:30:23 +0100 (CET) Original-Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by ronja.ntg.nl (Postfix) with ESMTP id 40E49127E3 for ; Sat, 19 Mar 2005 16:30:23 +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 81DDE1B1B7 for ; Fri, 18 Mar 2005 12:19:08 +0100 (MET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users 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:19169 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19169 Dear list, 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, Peter van Kranenburg