ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Systems of equations in ConTeXt?
@ 2013-08-22 11:03 Xan
  2013-08-22 11:22 ` Marco Patzer
  2013-08-23 15:42 ` Xan
  0 siblings, 2 replies; 3+ messages in thread
From: Xan @ 2013-08-22 11:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Systems of equations in ConTeXt?
  2013-08-22 11:03 Systems of equations in ConTeXt? Xan
@ 2013-08-22 11:22 ` Marco Patzer
  2013-08-23 15:42 ` Xan
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Patzer @ 2013-08-22 11:22 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 435 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Systems of equations in ConTeXt?
  2013-08-22 11:03 Systems of equations in ConTeXt? Xan
  2013-08-22 11:22 ` Marco Patzer
@ 2013-08-23 15:42 ` Xan
  1 sibling, 0 replies; 3+ messages in thread
From: Xan @ 2013-08-23 15:42 UTC (permalink / raw)
  To: Xan; +Cc: mailing list for ConTeXt users

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 <dxpublica@telefonica.net> 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
___________________________________________________________________________________

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

end of thread, other threads:[~2013-08-23 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-22 11:03 Systems of equations in ConTeXt? Xan
2013-08-22 11:22 ` Marco Patzer
2013-08-23 15:42 ` 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).