Rev 5921 | Rev 11220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +var+ +string+ |
1 | !! +exec+ +var+ +string+ |
- | 2 | tit:htmlmath |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | alias:!math2html |
4 |
|
5 | syntax:!htmlmath `expr' |
5 |
|
6 | mean:Translate the raw mathematical expression `expr', into a form which can be \ |
6 | into a form which can be best possibly rendered via html tags. |
- | |
7 | If |
7 | best possibly rendered via html tags. If the expression is not a "machine-understandable\ |
8 |
|
8 | mathematical expression", there is no garanty on the result (at the moment and in the future !).\ |
9 | and in the future !). |
- | |
10 | <ul><li> |
9 | <ul><li>\ |
11 | All digits or + or - following a ^ or _ are considered as in exponent/subscript |
10 | All digits or + or - following a ^ or _ are considered as in exponent/subscript;\ |
12 | expression with ( ) following a ^ or _ are considered as in exponent/ |
11 | expression with ( ) following a ^ or _ are considered as in exponent/subscript\ |
13 | parenthesis are remove (if no sign before) except in case of exponent and only digits. |
12 | parenthesis are remove (if no sign before) except in case of exponent and only digits.\ |
14 | </li><li> |
13 | </li><li>\ |
15 | Get rid of 1*.. ..*1. |
- | |
16 |
|
14 | Get rid of 1*.. ..*1. example: in 1 * x, x/1, the 1 is removed.\ |
17 | </li><li> |
15 | </li><li>\ |
18 | Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless. |
16 | Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.\ |
19 | </li><li> |
17 | </li><li>\ |
20 | Replace some names as greek letters by their equivalents. |
18 | Replace some names as greek letters by their equivalents.\ |
21 | </li><li> |
19 | </li><li>\ |
22 | Remove * or replace by multiplication sign. |
20 | Remove * or replace by multiplication sign.\ |
23 | </li><li> |
21 | </li><li>\ |
24 | Replace <=, >=, ->, =>, <=> by their html equivalents if possible. |
22 | Replace <=, >=, ->, =>, <=> by their html equivalents if possible.\ |
25 | </li> |
- | |
26 | </ul> |
23 | </li></ul> |
27 | - | ||
28 | - |