ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mathalign with \{ ?
@ 2009-09-02  7:56 Xan
  2009-09-02 14:25 ` Aditya Mahajan
  2009-09-02 17:28 ` Xan
  0 siblings, 2 replies; 5+ messages in thread
From: Xan @ 2009-09-02  7:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I have

\placeformula[-]
\startformula
  F(n) = \startdisplaycases
    \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ 
parell} \NR
    \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ 
senar} \NR
  \stopdisplaycases
\stopformula

and I want to put

\placeformula[-]
\{
\startformula
  F(n) = \startdisplaycases
    \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ 
parell} \NR
    \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ 
senar} \NR
  \stopdisplaycases
\stopformula

But I received error.
I have MKII.

How can I put braces and do that enumeration formula is at middle 
possition (not in first or last line, just in the middle). I use Aditya 
manual but I did not see it.

Xan.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathalign with \{ ?
  2009-09-02  7:56 mathalign with \{ ? Xan
@ 2009-09-02 14:25 ` Aditya Mahajan
  2009-09-02 17:28 ` Xan
  1 sibling, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2009-09-02 14:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 2 Sep 2009, Xan wrote:

> Hi,
>
> I have
>
> \placeformula[-]
> \startformula
> F(n) = \startdisplaycases
>   \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ parell} 
> \NR
>   \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ senar} 
> \NR
> \stopdisplaycases
> \stopformula
>
> and I want to put
>
> \placeformula[-]
> \{
> \startformula
> F(n) = \startdisplaycases
>   \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ parell} 
> \NR
>   \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ senar} 
> \NR
> \stopdisplaycases
> \stopformula
>
> But I received error.
> I have MKII.
>
> How can I put braces and do that enumeration formula is at middle possition 
> (not in first or last line, just in the middle). I use Aditya manual but I 
> did not see it.

Can you visually show what you want to achieve?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathalign with \{ ?
  2009-09-02  7:56 mathalign with \{ ? Xan
  2009-09-02 14:25 ` Aditya Mahajan
@ 2009-09-02 17:28 ` Xan
  2009-09-02 19:57   ` Aditya Mahajan
  2009-09-02 20:16   ` Xan
  1 sibling, 2 replies; 5+ messages in thread
From: Xan @ 2009-09-02 17:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

>Can you visually show what you want to achieve?
>Aditya


Yes. I attached a hand free picture.
I hope this serves you.

Thanks,
Xan.


[-- Attachment #2: Sense títol.png --]
[-- Type: image/png, Size: 13814 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathalign with \{ ?
  2009-09-02 17:28 ` Xan
@ 2009-09-02 19:57   ` Aditya Mahajan
  2009-09-02 20:16   ` Xan
  1 sibling, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2009-09-02 19:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 2 Sep 2009, Xan wrote:

>> Can you visually show what you want to achieve?
>> Aditya
>
>
> Yes. I attached a hand free picture.
> I hope this serves you.

\definemathmatrix[GROUP]
                  [left={\left\{\,}, right={\right.},
                   align={right,middle,left}, style=\displaystyle,
                   distance=0.2em]

\starttext

\placeformula \startformula
\startGROUP
   \NC E \NC = \NC mc^2 \NR
   \NC \Delta \NC = \NC 3 \NR
\stopGROUP
\stopformula
\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathalign with \{ ?
  2009-09-02 17:28 ` Xan
  2009-09-02 19:57   ` Aditya Mahajan
@ 2009-09-02 20:16   ` Xan
  1 sibling, 0 replies; 5+ messages in thread
From: Xan @ 2009-09-02 20:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Aditya, very much.
Xan
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-02 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-02  7:56 mathalign with \{ ? Xan
2009-09-02 14:25 ` Aditya Mahajan
2009-09-02 17:28 ` Xan
2009-09-02 19:57   ` Aditya Mahajan
2009-09-02 20:16   ` Xan

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