ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: large right brace grouping lines of equations
Date: Sun, 30 Jan 2011 14:34:44 -0500 (EST)	[thread overview]
Message-ID: <alpine.LNX.2.01.1101301430550.3605@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <817630AF-E9E8-41F4-B82B-1146B880AE8A@me.com>

On Sun, 30 Jan 2011, Jeong Dalyoung wrote:

> Here is my situation.
>
> ----- equation1 ---------------------
> ----  equation 2 ---------------------
> -----equation 3 ---- ]
> -----equation 4 ---- ] big rbrace for 3,4,5 and some text here
> -----equation 5 ---- ]
> -----equation 6 --------------------
>
> According to your suggestion, we can use \startmatrix for 3,4,5, but how to put text?

Do you also want equation numbers? If so, then that is not supported by 
ConTeXt at the moment. If you do not want equation numbers, you can use

\startformula \startalign[n=1]
\NC equation 1 \NR
\NC equation 2 \NR
\NC \startmatrix[left={\left.}, right={\right\}}, n=1, align=middle]
     \NC equation 3 \NR
     \NC equation 4 \NR
     \NC equation 5 \NR
    \stopmatrix
    some text here           \NR
\NC equation 6 \NR
\stopalign \stopformula

> I googled  and found a similar question in LaTeX, but the answer is to use tikz.

With LaTeX, you can also use mathtools package, which is much easier to 
use.

> How do you think?

Math support will be reworked at some stage in MkIV.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-01-30 19:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-30 12:44 Jeong Dalyoung
2011-01-30 19:34 ` Aditya Mahajan [this message]
     [not found] <mailman.654.1296427430.4223.ntg-context@ntg.nl>
2011-01-31  1:38 ` Jeong Dalyoung
  -- strict thread matches above, loose matches on Subject: below --
2011-01-29  6:23 Jeong Dalyoung
2011-01-29 19:54 ` Aditya Mahajan

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=alpine.LNX.2.01.1101301430550.3605@ybpnyubfg.ybpnyqbznva \
    --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).