From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19425 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: Tue, 29 Mar 2005 12:25:39 +0200 Message-ID: <42492D23.9060708@orgelvlaardingen.nl> References: <423AB977.7060202@orgelvlaardingen.nl> <424434F3.7010209@orgelvlaardingen.nl> <42488C36.6040103@wxs.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 1112093885 15417 80.91.229.2 (29 Mar 2005 10:58:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 10:58:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 29 12:58:04 2005 Return-path: 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 1DGEPh-0008Ho-4l for gctc-ntg-context-518@m.gmane.org; Tue, 29 Mar 2005 12:57:37 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E2DDD127A7; Tue, 29 Mar 2005 12:58:28 +0200 (CEST) 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 02610-06; Tue, 29 Mar 2005 12:58:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 64243127A3; Tue, 29 Mar 2005 12:24:28 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0CEAD127A3 for ; Tue, 29 Mar 2005 12:24:27 +0200 (CEST) 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 02317-03 for ; Tue, 29 Mar 2005 12:24:26 +0200 (CEST) Original-Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by ronja.ntg.nl (Postfix) with ESMTP id 427921278F for ; Tue, 29 Mar 2005 12:24:26 +0200 (CEST) Original-Received: from [10.0.0.3] (h6210061202.dsl.speedlinq.nl [62.100.61.202]) by olive.qinip.net (Postfix) with ESMTP id C65BB187F8 for ; Tue, 29 Mar 2005 12:24:07 +0200 (MEST) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <42488C36.6040103@wxs.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 Xref: news.gmane.org gmane.comp.tex.context:19425 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19425 Hans Hagen wrote: > \starttext > > \placefigure > [none] > {} > {\startcombination > {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} > {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}} > \stopcombination} > > \stoptext > Wow, is it that simple and elegant... I had to figure out to replace 'figure' by 'figuur' in the dutch interface. But doing so gives me exactly what I want. Many thanks! Peter