ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Alignments side by side
Date: Sat, 14 Jan 2006 02:32:39 -0500 (EST)	[thread overview]
Message-ID: <Pine.WNT.4.63.0601140230350.2476@nqvgln> (raw)
In-Reply-To: <30E6CACA-A696-4B8D-AADF-4733198F4D3C@cox.net>

<--- 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

  reply	other threads:[~2006-01-14  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-14  7:24 David Arnold
2006-01-14  7:32 ` Aditya Mahajan [this message]
2006-01-16  8:34 ` Willi Egger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.4.63.0601140230350.2476@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).