Subversion Repositories wimsdev

Rev

Rev 13486 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13486 Rev 14279
Line 1... Line 1...
1
!! +exec+ +var+ +string+
1
!! +exec+ +var+ +string+
-
 
2
!goto end
2
tit:mathmlmath
3
tit:mathmlmath
3
type:$type_both
4
type:$type_both
4
alias:math2mathml
5
alias:math2mathml
5
syntax:!mathmlmath ``expr''
6
syntax:!mathmlmath ``expr''
6
mean:Translate the raw mathematical expression ``expr'', into a form which can be best \
7
mean:Translate the raw mathematical expression ``expr'', into a form which can be best \
Line 21... Line 22...
21
  </li><li>\
22
  </li><li>\
22
   Remove * or replace by multiplication sign.\
23
   Remove * or replace by multiplication sign.\
23
  </li><li>\
24
  </li><li>\
24
   Replace <=, >=, ->, =>, <=> by their html/mathml equivalents if possible.\
25
   Replace <=, >=, ->, =>, <=> by their html/mathml equivalents if possible.\
25
  </li></ul>
26
  </li></ul>
-
 
27
 
-
 
28
sample:see below
-
 
29
:end
-
 
30
<tr>
-
 
31
  <td><code>!mathmlmath 1*x+3*y = 35E-05</code></td>
-
 
32
  <td>
-
 
33
    !mathmlmath 1*x+3*y = 35E-05
-
 
34
  </td>
-
 
35
</tr>