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:<tt>center</tt> or a number

slib_out=html code
slib_comment=the contents of the cells are centered if the second parameter is <tt>center</tt>,\
the css class of the table is <tt>wims_matrix</tt> if the second parameter\
is empty, <tt>wims_matrix</tt>n if <tt>n</tt> is the second parameter. The css class must be defined\
in the field <tt>\css{}</tt> 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

