From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25164 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Alignments side by side Date: Sat, 14 Jan 2006 02:32:39 -0500 (EST) Message-ID: References: <30E6CACA-A696-4B8D-AADF-4733198F4D3C@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1137223973 28200 80.91.229.2 (14 Jan 2006 07:32:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jan 2006 07:32:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 14 08:32:52 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 1Exfu6-00053L-MV for gctc-ntg-context-518@m.gmane.org; Sat, 14 Jan 2006 08:32:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 518E912804; Sat, 14 Jan 2006 08:32:50 +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 12436-04-3; Sat, 14 Jan 2006 08:32:47 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F57612821; Sat, 14 Jan 2006 08:32:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BB4D12821 for ; Sat, 14 Jan 2006 08:32:47 +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 12436-04-2 for ; Sat, 14 Jan 2006 08:32:46 +0100 (CET) Original-Received: from withoutevidence.mr.itd.umich.edu (withoutevidence.mr.itd.umich.edu [141.211.93.147]) by ronja.ntg.nl (Postfix) with SMTP id 1215612804 for ; Sat, 14 Jan 2006 08:32:45 +0100 (CET) Original-Received: from aditya.annarb01.mi.comcast.net (bgp996717bgs.nanarb01.mi.comcast.net [68.40.50.205]) by withoutevidence.mr.itd.umich.edu (smtp) with ESMTP id k0E7WcHg017670 for ; Sat, 14 Jan 2006 02:32:44 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <30E6CACA-A696-4B8D-AADF-4733198F4D3C@cox.net> 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:25164 Archived-At: <--- On Jan 13, David Arnold wrote ---> > All, > > I am wondering how I can put two alignment environments side-by-side? > > For test purposes, it's OK to use this twice. > > \placeformula[-] > \startformula > \eqalign{ > f(x)&=x^2-2x-3\cr > f(x)&=x^02x+1-1-3\cr > f(x)&=(x-1)^2-4} > \stopformula > > I'd like to get two of these side-by-side, or something that will typeset a > similar result side-by-side. > Not sure what you mean side by side, does using columns work for you? \starttext \startcolumns[n=2,tolerance=verytolerant] \placeformula[-] \startformula \eqalign{ f(x)&=x^2-2x-3\cr f(x)&=x^02x+1-1-3\cr f(x)&=(x-1)^2-4} \stopformula \column \placeformula[-] \startformula \eqalign{ f(x)&=x^2-2x-3\cr f(x)&=x^02x+1-1-3\cr f(x)&=(x-1)^2-4} \stopformula \stopcolumns \stoptext Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008