From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11323 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re[3]: sidebyside figures Date: Tue, 11 Mar 2003 15:44:56 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.1.20030311153653.02626120@server-1> References: <5.1.0.14.1.20030311114222.024a62e8@server-1> <5.1.0.14.1.20030310230834.03102d00@server-1> <3E6A9425.3020401@telia.com> <5.1.0.14.1.20030309222149.040ca9d8@remote-1> <5.1.0.14.1.20030310230834.03102d00@server-1> <5.1.0.14.1.20030311114222.024a62e8@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1047394306 10932 80.91.224.249 (11 Mar 2003 14:51:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 14:51:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 11 15:51:45 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sl5c-0002l4-00 for ; Tue, 11 Mar 2003 15:50:48 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CABE810B6C; Tue, 11 Mar 2003 15:51:28 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 3D9D510B69 for ; Tue, 11 Mar 2003 15:45:11 +0100 (MET) Original-Received: from server-1.pragma-net.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id h2BEj4Vw031551 for ; Tue, 11 Mar 2003 15:45:05 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-net.nl (8.12.3/8.12.2) with ESMTP id h2BEj7Ea030698 for ; Tue, 11 Mar 2003 15:45:08 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ntg.nl In-Reply-To: <5611436845.20030311132603@iol.it> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11323 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11323 At 01:26 PM 3/11/2003 +0100, you wrote: >Yup, floatcaptions can do it all, nice. Now the question is: is it >normal for the combination to stick to the left margin? Shouldn't hm, it probably is when you put some \maxdimen width content in it >it be centered horizontally? I can achieve the effect by >surrounding it with \midaligned{...} (i.e. >\midalgined{\startcombination ... \stopcombination}) but it would >be nice if it could be set as an option to combinations ... Hey, since when don't you read source code any more? \starttext \showframe \definieerplaats[mine][location=middle] % have to cook up a [english..italian] name for that one \setupcombinations[align=left,location=top] \placemine \bgroup \startcombination {\externalfigure[cow][width=3cm,height=2cm]} {cow} {\externalfigure[cow][width=3cm,height=1cm]} {cow} \stopcombination \egroup \stoptext (this placement command also takes care of spacing, grid snapping and so, but should only be used in the mlv, not for instance inside floats; it's the same placement that is used in \startframedtext; you can define combinations btw) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------