slib_lang_exists_tmp=yes

slib_title=Transform a matrix into$  html matrix (table)
slib_parms=2\
1,matrix in wims form inside brackets\
,option:<span class="tt">center</span> or a number

slib_out=html code
slib_comment=the contents of the cells are centered if the second parameter is <span class="tt">center</span>,\
the css class of the table is <span class="tt">wims_matrix</span> if the second parameter\
is empty, <span class="tt">wims_matrix</span>n if <span class="tt">n</span> is the second parameter. The css class must be defined\
in the field <span class="tt">\css{}</span> for an OEF exercise.

slib_example=[1,2;allo;mer]\
[1,2;allo,make your own css],4\
[1;30000],center\
[\(x^4\),\(x^3);\(\frac{x}{y}\),3],center

