ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* m-newmat
@ 2003-09-07 21:22 Christopher Creutzig
  0 siblings, 0 replies; only message in thread
From: Christopher Creutzig @ 2003-09-07 21:22 UTC (permalink / raw)


Hello everyone,

  I have three comments wrt m-newmat.tex, version 2000.11.16:

I had to change a \startypen into \starttypen to get a typeset version.

At the end of the file, Hans was looking for applications of subarrays:

$$\sum_{\startsubarray[c]
       1\leq i \leq 10\crcr
       1\leq j \leq i
       \stopsubarray} i^j = 11567154195$$

(Actually, I think \\ should work in place of \crcr, too.)  The
definition of substack looks broken to me: first of all, there is no
\simplestartsubstack and secondly the command should not be named
\start... since there is no corresponding \stop... command.  Suggested code:

\def\substack
   {\startsubarray[c]#1\stopsubarray}

(Since the argument will be typeset anyway, I think it should be given
in {}, right?)  Usage:

$$\sum_{\substack{1\leq i \leq 10\crcr
                   1\leq j \leq i} i^j = 11567154195$$


regards,
	Christopher Creutzig

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-07 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 21:22 m-newmat Christopher Creutzig

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