Re: [NTG-context] Systems of equations in ConTeXt?

2013-08-23 Thread Xan
thanks. How can I achieve the symbol of system in the right?

Thanks,
Xan.

> On 2013–08–22 Xan wrote:
> 
> > Simple question: what is the equivalent of:
> > 
> > \begin{equation*}
> > \left\{ \begin{aligned}
> > 2x - 2y = 0\\
> > 4x - 2y = 2
> > \end{aligned} \right.
> > \end{equation*}
> > 
> > in ConTeXt?
> 
> \starttext
>   \startformula
> \startcases
>   \NC 2x - 2y = 0 \NR
>   \NC 4x - 2y = 2 \NR
> \stopcases
>   \stopformula
> \stoptext
> 
> See http://dl.contextgarden.net/myway/mathalign.pdf
> 
> MarcoOn 2013–08–22 Xan wrote:

> Simple question: what is the equivalent of:
> 
> \begin{equation*}
> \left\{ \begin{aligned}
> 2x - 2y = 0\\
> 4x - 2y = 2
> \end{aligned} \right.
> \end{equation*}
> 
> in ConTeXt?

\starttext
  \startformula
\startcases
  \NC 2x - 2y = 0 \NR
  \NC 4x - 2y = 2 \NR
\stopcases
  \stopformula
\stoptext

See http://dl.contextgarden.net/myway/mathalign.pdf

Marco
On Thu, 22 Aug 2013 13:03:26 +0200
Xan  ha escrit:

> Hi,
> 
> Simple question: what is the equivalent of:
> 
> \begin{equation*}
> \left\{ \begin{aligned}
> 2x - 2y = 0\\
> 4x - 2y = 2
> \end{aligned} \right.
> \end{equation*}
> 
> in ConTeXt?
> 
> I know mako aligned module, but I can't achive \left\{ and \right.
> 
> thanks in advance,
> 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Systems of equations in ConTeXt?

2013-08-22 Thread Marco Patzer
On 2013–08–22 Xan wrote:

> Simple question: what is the equivalent of:
> 
> \begin{equation*}
> \left\{ \begin{aligned}
> 2x - 2y = 0\\
> 4x - 2y = 2
> \end{aligned} \right.
> \end{equation*}
> 
> in ConTeXt?

\starttext
  \startformula
\startcases
  \NC 2x - 2y = 0 \NR
  \NC 4x - 2y = 2 \NR
\stopcases
  \stopformula
\stoptext

See http://dl.contextgarden.net/myway/mathalign.pdf

Marco


signature.asc
Description: Digital signature
___
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
___

[NTG-context] Systems of equations in ConTeXt?

2013-08-22 Thread Xan
Hi,

Simple question: what is the equivalent of:

\begin{equation*}
\left\{ \begin{aligned}
2x - 2y = 0\\
4x - 2y = 2
\end{aligned} \right.
\end{equation*}

in ConTeXt?

I know mako aligned module, but I can't achive \left\{ and \right.

thanks in advance,
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___