From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31255 Path: news.gmane.org!not-for-mail From: "Pepe Barbe" Newsgroups: gmane.comp.tex.context Subject: Re: Combinations Date: Sun, 8 Oct 2006 13:15:36 -0500 Message-ID: <3e73596b0610081115q222c1c88k40f6511e4006a5fd@mail.gmail.com> References: <3e73596b0610072019w3f07dc2pc5b2dab757f2dce4@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 1160331375 20061 80.91.229.2 (8 Oct 2006 18:16:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Oct 2006 18:16:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 08 20:16:11 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 1GWdBq-0002BK-FJ for gctc-ntg-context-518@m.gmane.org; Sun, 08 Oct 2006 20:15:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A0A81FE0D; Sun, 8 Oct 2006 20:15:53 +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 17238-03; Sun, 8 Oct 2006 20:15:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F29FA1FDFB; Sun, 8 Oct 2006 20:15:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DB671FDFA for ; Sun, 8 Oct 2006 20:15:44 +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 17239-03-4 for ; Sun, 8 Oct 2006 20:15:38 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with SMTP id 265B31FDF8 for ; Sun, 8 Oct 2006 20:15:36 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id h2so1683833nfe for ; Sun, 08 Oct 2006 11:15:36 -0700 (PDT) Original-Received: by 10.49.8.4 with SMTP id l4mr527938nfi; Sun, 08 Oct 2006 11:15:36 -0700 (PDT) Original-Received: by 10.48.205.8 with HTTP; Sun, 8 Oct 2006 11:15:36 -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:31255 Archived-At: Aditya, Thanks for the help. On 10/8/06, Aditya Mahajan wrote: > \startcombination[3*4,2*1] but then you will have to count on your > own. That is what I wanted to avoid, I don't know ConTeXt very well, and less TeX. > Perhaps, you can define (untested) > > \def\resetcombination{\stopcomination\startcombination} and then I tried a similar idea. But it didn't work. If I start with 2*1 and then 3*4 it shows everything but the first two are not centered, so its the same. If I do 3*4 and then 2*1 it just shows the 3*4 and thend the figure ends for some reason. > The problem, if any, is with \tfx. This demonstrates it Thanks for this info! Pepe