ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to set matrices with amsl
@ 2004-10-28  2:59 David Arnold
  2004-10-28 11:59 ` Giuseppe Bilotta
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2004-10-28  2:59 UTC (permalink / raw)


All,

This loses the one:

\usemodule[amsl]

\starttext

\startformula
\left(
\startarray
1\\2\\3
\stoparray
\right)
\stopformula

\stoptext

And this chokes completely with the error message that follows:

\usemodule[nath]

\starttext

\startformula
\left(
\startarray
1\\2\\3
\stoparray
\right)
\stopformula

\stoptext


Error message:

ERROR: Undefined control sequence.

--- TeX said ---
<argument> \c!voorwit 
                      =\intereqnsskip 
\xprocesscommaitem #1,#2->\if ,#1
                                 ,\@EA \xprocesscommaitem \else \if
]#1\@EAE...
<argument> \c!voorwit =\intereqnsskip ,\c!nawit 
                                                =\v!geen 
\xdogetparameters #1]->\xprocesscommaitem #1
                                            ,],\@relax@ 
\dosetupformulas ... \getparameters [\??fm #1][#2]
                                                  \else \getparameters
[\??f...
<argument> ...=\intereqnsskip ,\c!nawit =\v!geen ]
                                                  \setvalue {\e!start
nathga...
...
l.746 ...!voorwit=\intereqnsskip,\c!nawit=\v!geen]
                                                  

So, what is the correct way to use this array command? Can someone give
some examples of its use?

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

* Re: How to set matrices with amsl
  2004-10-28  2:59 How to set matrices with amsl David Arnold
@ 2004-10-28 11:59 ` Giuseppe Bilotta
  0 siblings, 0 replies; 2+ messages in thread
From: Giuseppe Bilotta @ 2004-10-28 11:59 UTC (permalink / raw)


Thursday, October 28, 2004 David Arnold wrote:

> All,

> This loses the one:

> \usemodule[amsl]

> \starttext

> \startformula
> \left(
> \startarray
> 1\\2\\3
> \stoparray
> \right)
> \stopformula

> \stoptext

With amsl, you need to specify the array column type for each
column (l=left aligned inline math, r=right aligned inline
math, c=centered inline math, d=displaymath, t=text). The 1
gets gobbled as if it were the array specification.

> And this chokes completely with the error message that follows:

> \usemodule[nath]

> \starttext

> \startformula
> \left(
> \startarray
> 1\\2\\3
> \stoparray
> \right)
> \stopformula

> \stoptext


> Error message:

> ERROR: Undefined control sequence.

> --- TeX said ---
> <argument> \c!voorwit 
>                       =\intereqnsskip 

Well, this is because nath has not been updated to the new
"english internals" version, which I assume you are using. Put
\c!spacebefore there and try again.

-- 
Giuseppe "Oblomov" Bilotta

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

end of thread, other threads:[~2004-10-28 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-28  2:59 How to set matrices with amsl David Arnold
2004-10-28 11:59 ` Giuseppe Bilotta

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