+math(${
\matrix![
[${1}; ${2}; ${3}];
[${4}; ${5}; ${6}];
[${7}; ${8}; ${9}];
]
});
This code will produce the following.
More precisely, this library provides a math command \matrix : [(math list) list] math-cmd
. You can pass 2d (rectangular) list into this command.
See example
for more complicated examples.
CAUTION: This library is tested only under SATySFi 0.0.3. Since SATySFi is under the initial development period, no compatibility is ensured for future versions of SATySFi.
Just copy matrix.satyh
under your LIBROOT/dist/packages/
(LIBROOT changes depending on your environment).
git clone https://github.com/nekketsuuu/satysfi-matrix.git
cd satysfi-matrix
cp matrix.satyh ~/.satysfi/dist/packages/
git clone https://github.com/nekketsuuu/satysfi-matrix.git
cd satysfi-matrix
copy matrix.satyh %USERPROFILE%\.satysfi\dist\packages\
Delete LIBROOT/dist/packages/matrix.satyh
.
See GitHub Issues.
Both pull requests and issues are welcome! Please write them in English or in Japanese.
Also, this library is distributed under The Unlicense. You can freely edit and use this library.