From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27524 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: make array of tables Date: Thu, 27 Apr 2006 14:47:33 +0200 Message-ID: <4450BD65.8030009@boede.nl> References: <811646.1146141209673.JavaMail.haksan@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146142086 16495 80.91.229.2 (27 Apr 2006 12:48:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 12:48:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 27 14:48:04 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FZ5uE-0000ix-7B for gctc-ntg-context-518@m.gmane.org; Thu, 27 Apr 2006 14:47:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1DBA127DB; Thu, 27 Apr 2006 14:47:37 +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 03756-02-4; Thu, 27 Apr 2006 14:47:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E4C1127D1; Thu, 27 Apr 2006 14:47:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 588EF127D1 for ; Thu, 27 Apr 2006 14:47:33 +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 03756-02-3 for ; Thu, 27 Apr 2006 14:47:32 +0200 (CEST) Original-Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by ronja.ntg.nl (Postfix) with SMTP id 56D13127BA for ; Thu, 27 Apr 2006 14:47:32 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr4.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3RClVBI093911 for ; Thu, 27 Apr 2006 14:47:31 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <811646.1146141209673.JavaMail.haksan@mac.com> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27524 Archived-At: Hi, antoher approach could be to place the tables in buffers. Later on call the buffers with something like \placefigure [middle] [] {none} {\startcombination[3*2] {\externalfigure[buffer1][type=buffer]}{caption1} {\externalfigure[buffer2][type=buffer]}{caption2} ... {\externalfigure[buffer6][type=buffer]}{caption6} \stopcombination} Willi Dalyoung Jeong wrote: >Dear all, > >I'd like to display several tables of the same size in an 3*2 array form. >I tried the commands \placetables and \startcombination like in thd dispaly of figures, but it didn't work. My only solution is to use \startcolumns right now. >Is it possible to use \startcombination in some way? >Or, is there any way to perform such a display? > >Thank you for reading. > >Dalyoung >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >