Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

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
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Aditya Mahajan

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
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

Can you visually show what you want to achieve?
Aditya



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

Thanks,
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
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Aditya Mahajan

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
___


[NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

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
___