Rev 17173 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17173 | Rev 18587 | ||
---|---|---|---|
Line 100... | Line 100... | ||
100 | <code>\text{A=slib(\$slib_detail \$slib_exemple)}</code> |
100 | <code>\text{A=slib(\$slib_detail \$slib_exemple)}</code> |
101 | !set slib_wims_backslash=\$wims_backslash_insmath |
101 | !set slib_wims_backslash=\$wims_backslash_insmath |
102 | !set wims_backslash_insmath=yes |
102 | !set wims_backslash_insmath=yes |
103 | !readproc slib/\$slib_detail \$slib_exemple |
103 | !readproc slib/\$slib_detail \$slib_exemple |
104 | <p>\$wims_name_Output:</p> |
104 | <p>\$wims_name_Output:</p> |
105 | !if table notin \$slib_out and object notin \$slib_out and bubble notin \$slib_out and geogebra notin \$slib_detail |
105 | !if table notin \$slib_out and object notin \$slib_out and bubble notin \$slib_out and geogebra notin \$slib_detail and jsxgraph notin \$slib_detail |
106 | <pre>\$slib_out</pre> |
106 | <pre>\$slib_out</pre> |
107 | !else |
107 | !else |
108 | \$slib_out |
108 | \$slib_out |
109 | !endif |
109 | !endif |
110 | !set wims_backslash_insmath=\$slib_wims_backslash |
110 | !set wims_backslash_insmath=\$slib_wims_backslash |