From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25288 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: math align Date: Mon, 16 Jan 2006 15:19:19 -0800 Message-ID: References: <43CACEB2.7030708@wxs.nl> <43CB6121.6080100@elvenkind.com> <32913C44-E504-4DA9-AC9A-63C40A0C8E77@cox.net> <43CBE301.90206@wxs.nl> <43CC04F4.3090203@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137453667 9503 80.91.229.2 (16 Jan 2006 23:21:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 23:21:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 17 00:21:06 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 1EydeW-0000r9-IL for gctc-ntg-context-518@m.gmane.org; Tue, 17 Jan 2006 00:20:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4F56A12821; Tue, 17 Jan 2006 00:20:44 +0100 (CET) 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 06508-07-3; Tue, 17 Jan 2006 00:20:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D940E12828; Tue, 17 Jan 2006 00:20:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DED9D12828 for ; Tue, 17 Jan 2006 00:20:36 +0100 (CET) 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 06508-07-2 for ; Tue, 17 Jan 2006 00:20:35 +0100 (CET) Original-Received: from fed1rmmtao12.cox.net (fed1rmmtao12.cox.net [68.230.241.27]) by ronja.ntg.nl (Postfix) with SMTP id 35C281281C for ; Tue, 17 Jan 2006 00:20:34 +0100 (CET) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao12.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060116231759.FZIH17437.fed1rmmtao12.cox.net@[10.0.1.2]> for ; Mon, 16 Jan 2006 18:17:59 -0500 In-Reply-To: <43CC04F4.3090203@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25288 Archived-At: Hans, This is pretty good! But yes, I know that I can get some separation with: \definecombination[twoformulas][location=top,align=middle,distance=1cm] But, as you noted in another post, is there a way to use the full spread of the page where each of these maths are centered in their respective half of the page? > > wikiable: > > \definecombination[twoformulas][location=top,align=middle] > > \startalignment[middle] \dontleavehmode \startcombination > [twoformulas][2*1] > {\getbuffer[1]} {} > {\getbuffer[2]} {} > \stopcombination \stopalignment > > \def\StartTwo{\startalignment[middle] \dontleavehmode > \startcombination[twoformulas][2*1]} > \def\StopTwo {\stopcombination \stopalignment}] > > \StartTwo > {\getbuffer[1]} {} > {\getbuffer[2]} {} > \StopTwo > > \StartTwo > {\getbuffer[1]} {correct} > {\getbuffer[2]} {wrong} > \StopTwo > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context