Difference between revisions of "Command/definemathmatrix"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \definemathmatrix")
(No difference)

Revision as of 09:58, 12 May 2024


\definemathmatrix

Summary

The command \definemathmatrix is used to define the format of a matrix environment.

Settings

\definemathmatrix[...][...][...=...,...]
[...]name
[...]name
...=...,...inherits from \setupmathmatrix

Description

Examples

Example 1

\definemathmatrix[mymatrix]
	[left={\left(\thinspace},
	right={\thinspace\right|}]

\startformula
	\startmymatrix
		\NC a_11 \NC 12 \NC a_13 \NR
		\NC a_21 \NC a_22 \NC a_23 \NR
		\NC a_31 \NC a_32 \NC a_33 \NR
	\stopmymatrix
\stopformula

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: