ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* dot and comma in two consecutive cases
@ 2009-05-24 13:20 Xan
  2009-05-24 14:13 ` Aditya Mahajan
  0 siblings, 1 reply; 2+ messages in thread
From: Xan @ 2009-05-24 13:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I have this:
\startformula
  z_k = \startcases
    \NC x_k    \MC 1 \leq k \leq N \NR
    \NC y_{k-N} \MC N+1 \leq k < N+M \NR
  \stopcases t_k = \startcases
    \NC r_k    \MC 1 \leq k \leq N \NR
    \NC s_{k-N} \MC N+1 \leq k < N+M \NR
  \stopcases
\stopformula

but I want to punctuate that.

When I do:

\startformula
  z_k = \startcases
    \NC x_k    \MC 1 \leq k \leq N \NR
    \NC y_{k-N} \MC N+1 \leq k < N+M \NR
  \stopcases, t_k = \startcases
    \NC r_k    \MC 1 \leq k \leq N \NR
    \NC s_{k-N} \MC N+1 \leq k < N+M \NR
  \stopcases.
\stopformula

the dot and the comma appear too much separate from cases.

How can I get the "normal behaviour"?

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


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

* Re: dot and comma in two consecutive cases
  2009-05-24 13:20 dot and comma in two consecutive cases Xan
@ 2009-05-24 14:13 ` Aditya Mahajan
  0 siblings, 0 replies; 2+ messages in thread
From: Aditya Mahajan @ 2009-05-24 14:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, 24 May 2009, Xan wrote:

> Hi,
>
> I have this:
> \startformula
> z_k = \startcases
>   \NC x_k    \MC 1 \leq k \leq N \NR
>   \NC y_{k-N} \MC N+1 \leq k < N+M \NR
> \stopcases t_k = \startcases
>   \NC r_k    \MC 1 \leq k \leq N \NR
>   \NC s_{k-N} \MC N+1 \leq k < N+M \NR
> \stopcases
> \stopformula
>
> but I want to punctuate that.
>
> When I do:
>
> \startformula
> z_k = \startcases
>   \NC x_k    \MC 1 \leq k \leq N \NR
>   \NC y_{k-N} \MC N+1 \leq k < N+M \NR
> \stopcases, t_k = \startcases
>   \NC r_k    \MC 1 \leq k \leq N \NR
>   \NC s_{k-N} \MC N+1 \leq k < N+M \NR
> \stopcases.
> \stopformula
>
> the dot and the comma appear too much separate from cases.
>
> How can I get the "normal behaviour"?

\setupmathcases[numberdistance=\zeropoint]

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] 2+ messages in thread

end of thread, other threads:[~2009-05-24 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-24 13:20 dot and comma in two consecutive cases Xan
2009-05-24 14:13 ` Aditya Mahajan

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