slib_lang_exists_tmp=yes

slib_title=Transform a matrix into$  html matrix (table).
slib_parms=3\
1,matrix in wims form inside brackets\
,option:<span class="tt">center, wimscenter, wimsborder, wimsnoborder</span>, a number\
,TH=[numero of lines in th, numero of columns in th]
slib_out=html code
slib_comment=The second parameter can contain center (the contents of the cells are \
centered in this case), wimscenter,wimsborder,wimsnoborder, which are predefined table css.\
the css class of the table is <span class="tt">wims_matrix</span> if there is nothing else
in the second parameter and <span class="tt">wims_matrix</span>n if \
<span class="tt">n</span> is a number in the second parameter. The css class can be defined\
in the field <span class="tt">\css{}</span> for an OEF exercise.\
<br /> The style in the example is the generic style of tables in wims but can be redefined.
