ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Alignments side by side
Date: Mon, 16 Jan 2006 09:34:23 +0100	[thread overview]
Message-ID: <43CB5A8F.7040304@boede.nl> (raw)
In-Reply-To: <30E6CACA-A696-4B8D-AADF-4733198F4D3C@cox.net>

Hi David,

you can play with placing floats in a combination:
\setupoutput[pdftex]
\setupformulae[location=left,margin=no]
\startbuffer[1]
\framed[frame=on,width=fit]
{\startformula
\eqalign{
  f(x)&=x2-2x-3\cr
  f(x)&=x^02x+1-1-3\cr
  f(x)&=(x-1)2-4}
\stopformula}
\stopbuffer

\startbuffer[2]
\framed[frame=on,width=fit]
{\startformula
\eqalign{
  f(x)&=x2-2x-3\cr
  f(x)&=x^02x+1-1-3\cr
  f(x)&=(x-1)2-4}
\stopformula}
\stopbuffer

\starttext
\placefigure[-]{none}
{\startcombination[2*1]
    {\externalfigure[1][width=.45\textwidth,type=buffer]}{}
    {\externalfigure[2][width=.45\textwidth,type=buffer]}{}
\stopcombination}
\stoptext

Willi

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.
>
> Thanks.
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

      parent reply	other threads:[~2006-01-16  8:34 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
2006-01-16  8:34 ` Willi Egger [this message]

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=43CB5A8F.7040304@boede.nl \
    --to=w.egger@boede.nl \
    --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).