From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31260 Path: news.gmane.org!not-for-mail From: "Pepe Barbe" Newsgroups: gmane.comp.tex.context Subject: Re: Combinations Date: Sun, 8 Oct 2006 18:51:04 -0500 Message-ID: <3e73596b0610081651g45bd7d1cj4f906abaffa5a66c@mail.gmail.com> References: <3e73596b0610072019w3f07dc2pc5b2dab757f2dce4@mail.gmail.com> <3e73596b0610081115q222c1c88k40f6511e4006a5fd@mail.gmail.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 1160351497 8149 80.91.229.2 (8 Oct 2006 23:51:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Oct 2006 23:51:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 09 01:51:35 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 1GWiQa-0006PL-9z for gctc-ntg-context-518@m.gmane.org; Mon, 09 Oct 2006 01:51:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E7EC41FE36; Mon, 9 Oct 2006 01:51:21 +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 12785-01; Mon, 9 Oct 2006 01:51:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96C0E1FDF7; Mon, 9 Oct 2006 01:51:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 15CB41FDF7 for ; Mon, 9 Oct 2006 01:51:10 +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 12114-02-2 for ; Mon, 9 Oct 2006 01:51:06 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by ronja.ntg.nl (Postfix) with SMTP id 4D9911FDEE for ; Mon, 9 Oct 2006 01:51:05 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id h2so1742091nfe for ; Sun, 08 Oct 2006 16:51:04 -0700 (PDT) Original-Received: by 10.48.210.16 with SMTP id i16mr1079484nfg; Sun, 08 Oct 2006 16:51:04 -0700 (PDT) Original-Received: by 10.48.205.8 with HTTP; Sun, 8 Oct 2006 16:51:04 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline 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:31260 Archived-At: On 10/8/06, Aditya Mahajan wrote: > That was because you do not have proper grouping in your \placefigure > definition. Try > > \placefigure[tag][here] {Caption} > {% <-- Note this > \startcombination[3*4] > .... > \stopcombination > \startcombination[2*1] > .... > \stopcombination > } %<---- Note this Thanks. It does work, but is the same as doing 3*5. The last line does not show centered. Pepe