From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22550 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: A side by side float that takes advantage of the margin Date: Fri, 16 Sep 2005 17:25:24 +0200 Message-ID: <432AE3E4.4040808@wxs.nl> References: <1863120056.20050916160940@iol.it> <432AD3B6.5000409@elvenkind.com> 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 1126884546 10411 80.91.229.2 (16 Sep 2005 15:29:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2005 15:29:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 16 17:29:02 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 1EGI5f-0000G0-7C for gctc-ntg-context-518@m.gmane.org; Fri, 16 Sep 2005 17:25:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E5E7312867; Fri, 16 Sep 2005 17:25:25 +0200 (CEST) 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 29297-02; Fri, 16 Sep 2005 17:25:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D518212853; Fri, 16 Sep 2005 17:25:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B2ED12853 for ; Fri, 16 Sep 2005 17:25:19 +0200 (CEST) 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 29315-05 for ; Fri, 16 Sep 2005 17:25:18 +0200 (CEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 9DEDF12846 for ; Fri, 16 Sep 2005 17:25:18 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j8GFPEoL020333 for ; Fri, 16 Sep 2005 17:25:14 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 68F8A26DDA; Fri, 16 Sep 2005 16:31:24 +0200 (CEST) Original-Received: from [10.100.1.15] (unknown [10.100.1.15]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7476619860 for ; Fri, 16 Sep 2005 14:31:23 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <432AD3B6.5000409@elvenkind.com> X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on mailrelay02 X-Virus-Status: Clean X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22550 Archived-At: Taco Hoekwater wrote: > > > Giuseppe Bilotta wrote: > >> I have a situation when I have to put side by side two >> floats (a table and figure). My current code is >> >> \placetable[here][label]{caption}% >> {\\placesidebyside >> {table code}{figure code} >> } > > > Have you tried \centerline (may not work)? > > \placetable[here][label]{caption}% > {\centerline{\placesidebyside{table code}{figure code}}} or use \startcombination \stopcombination ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------