Re: [NTG-context] Using \vrule within mathmatrix

2021-09-04 Thread Hans Hagen via ntg-context

On 9/4/2021 4:31 AM, fv leung via ntg-context wrote:

\definemathmatrix[pmatrix][matrix:parentheses][simplecommand=pMat]

\starttext

I used to typeset an augmented matrix this way:

\m{\pMat{1,7,-6,\vrule,-4;3,-4,7,\vrule,13;4,3,1,\vrule,9}}

\m{\pMat{1,7,-6,¦,-4;3,-4,7,¦,13;4,3,1,¦,9}} ,

i'll fix it

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Using \vrule within mathmatrix

2021-09-03 Thread fv leung via ntg-context
\definemathmatrix[pmatrix][matrix:parentheses][simplecommand=pMat]

\starttext

I used to typeset an augmented matrix this way:

\m{\pMat{1,7,-6,\vrule,-4;3,-4,7,\vrule,13;4,3,1,\vrule,9}}

But this no longer works.

Though I can get over this with

\m{\pMat{1,7,-6,¦,-4;3,-4,7,¦,13;4,3,1,¦,9}} ,

I find the result from the old way looks nicer.

Is the using of \backslash vrule within mathmatrix gone for good?

\stoptext
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___