Re: [NTG-context] Math cases

2021-07-23 Thread Jack Hill
Thank you. I've updated the wiki to reflect those changes. The wiki's version of ConTeXt still seems to use the old \NC and \MC commands though. Jack ___ If your question is of interest to others as well, please

Re: [NTG-context] Math cases

2021-07-22 Thread Aditya Mahajan
On Thu, 22 Jul 2021, Jack Hill wrote: > Dear list, > > I'm using ConTeXt version 2021.07.22 19:16 and the following code > typesets both columns in math mode > > \starttext > \startformula > \delta_{ij} = > \startcases > \NC 1 \NC if i = j \NR > \NC 0 \NC otherwise \NR > \stopcases >

[NTG-context] Math cases

2021-07-22 Thread Jack Hill
Dear list, I'm using ConTeXt version 2021.07.22 19:16 and the following code typesets both columns in math mode \starttext \startformula \delta_{ij} = \startcases \NC 1 \NC if i = j \NR \NC 0 \NC otherwise \NR \stopcases \stopformula \stoptext The wiki states that the second column should be

[NTG-context] Math cases and text in math mode

2021-07-06 Thread Jack Hill
Hi, I have two separate issues here. First, I'm struggling to get math cases to work. The wiki suggests that the following code \starttext \startformula f(x) = \startmathcases \NC x, \NC if $0 \le x \le \frac12$ \NR \NC 1-x ,\NC if $\frac12 \le x \le 1$ \NR \stopmathcases \stopformula

[NTG-context] Math Cases

2006-01-23 Thread Aditya Mahajan
Is it possible to number each part of the cases environment. I want \startformula a = \cases{ b, \text{ if something} \cr c, \text{ if something else} \cr} \stopformula to come out as { b if something (1) a = { { c if something else(2) Also, is it