Hans Aberg <mailto:haber...@telia.com>
6. Juli 2015 11:03
Smallmatrix from AMS-TeX is not implemented in ConTeXt (Tex Live 2015), though crossed out in m-newmat.tex. I found this old post:
http://www.ntg.nl/pipermail/ntg-context/2005/013146.html

You can create your own matrix environment for inline use:

\definemathmatrix
  [smallmatrix]
  [left=\Big(,
   right=\Big),
   style=\scriptstyle,
   strut=0.7,
   distance=.25em]

\starttext

This is a example \m{ \startsmallmatrix \NC a \NC b \NR \NC c \NC d \NR \stopsmallmatrix } for a smallmatrix environment.

\stoptext

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

Reply via email to