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*} > > > > i

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 =

[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. _