1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
# simples-matrices package
# Matthew Bertucci 2022/06/21 for v1.0
#include:expl3
#include:l3keys2e
#include:xparse
#include:amsmath
\simplesmatricessetup{options%keyvals}
#keyvals:\usepackage/simples-matrices#c,\simplesmatricessetup,\matrice,\declarermatrice,\declarermatrice*,\lamatrice,\matid,\matnulle
envir=%<envname%>
prefix=%<envname prefix%>
typeord=%<type%>
argopt=%<token list%>
#endkeyvals
#keyvals:\simplesmatricessetup
out-of-box
#endkeyvals
\matrice{clist of coefficients}#m
\matrice[type]{clist of coefficients}#m
\matrice<keyvals>{clist of coefficients}#m
\matrice<keyvals>[type]{clist of coefficients}#m
\matrice(prefix){clist of coefficients}#m
\matrice(prefix)[type]{clist of coefficients}#m
\matrice(prefix)<keyvals>{clist of coefficients}#m
\matrice(prefix)<keyvals>[type]{clist of coefficients}#m
\declarermatrice{matrix name}{clist of coefficients%formula}
\declarermatrice{matrix name}[type]{clist of coefficients%formula}
\declarermatrice<keyvals>{matrix name}{clist of coefficients%formula}
\declarermatrice<keyvals>{matrix name}[type]{clist of coefficients%formula}
\declarermatrice(prefix){matrix name}{clist of coefficients%formula}
\declarermatrice(prefix){matrix name}[type]{clist of coefficients%formula}
\declarermatrice(prefix)<keyvals>{matrix name}{clist of coefficients%formula}
\declarermatrice(prefix)<keyvals>{matrix name}[type]{clist of coefficients%formula}
\declarermatrice*{matrix name}{clist of coefficients%formula}
\declarermatrice*{matrix name}[type]{clist of coefficients%formula}
\declarermatrice*<keyvals>{matrix name}{clist of coefficients%formula}
\declarermatrice*<keyvals>{matrix name}[type]{clist of coefficients%formula}
\declarermatrice*(prefix){matrix name}{clist of coefficients%formula}
\declarermatrice*(prefix){matrix name}[type]{clist of coefficients%formula}
\declarermatrice*(prefix)<keyvals>{matrix name}{clist of coefficients%formula}
\declarermatrice*(prefix)<keyvals>{matrix name}[type]{clist of coefficients%formula}
\lamatrice{matrix name}
\lamatrice<keyvals>{matrix name}
\lamatrice(prefix){matrix name}
\lamatrice(prefix)<keyvals>{matrix name}
\MatriceInterieur
\LaMatriceInterieur{matrix name}
\matid{number of columns}#m
\matid[coefficient]{number of columns}#m
\matid<keyvals>{number of columns}#m
\matid<keyvals>[coefficient]{number of columns}#m
\matid(prefix){number of columns}#m
\matid(prefix)[coefficient]{number of columns}#m
\matid(prefix)<keyvals>{number of columns}#m
\matid(prefix)<keyvals>[coefficient]{number of columns}#m
\matnulle{number of columns}#m
\matnulle[coefficient]{number of columns}#m
\matnulle<keyvals>{number of columns}#m
\matnulle<keyvals>[coefficient]{number of columns}#m
\matnulle(prefix){number of columns}#m
\matnulle(prefix)[coefficient]{number of columns}#m
\matnulle(prefix)<keyvals>{number of columns}#m
\matnulle(prefix)<keyvals>[coefficient]{number of columns}#m
|