Subversion Repositories wimsdev

Rev

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

Rev 11220 Rev 11292
Line 4... Line 4...
4
alias:TeXmath, math2tex
4
alias:TeXmath, math2tex
5
syntax:!texmath `expr'
5
syntax:!texmath ``expr''
6
mean:Translate the mathematical expression `expr' into a TeX source. If the expression \
6
mean:Translate the mathematical expression ``expr'' into a TeX source. If the expression \
7
  is not a "machine-understandable mathematical expression", there is no garanty on the result \
7
  is not a "machine-understandable mathematical expression", there is no garanty on the result \
8
  (at the moment and in the future !).\
8
  (at the moment and in the future !).\
9
  The transformations made are the following:\
9
  The transformations made are the following:\
10
  <ul><li>\
10
  <ul><li>\
11
   Transforms computer matrix as [ 4,5;6,7] in latex matrix.\
11
   Transforms computer matrix as [ 4,5;6,7] in latex matrix.\
12
   </li><li>\
12
   </li><li>\
13
   Transforms A/B in {1 over B} A or { A over B} according to the priority of\
13
   Transforms A/B in {1 over B} A or { A over B} according to the priority of\
14
     the presume type of A and B (integer, numeric, variable, poly, transcend).\
14
     the presume type of A and B (integer, numeric, variable, poly, transcend).\
15
   </li><li> transforms <=, <=> =>, -> in tex/latex codes.\
15
   </li><li> transforms &lt;=, &lt;=&gt; =&gt;, -&gt; in tex/latex codes.\
16
   </li><li>\
16
   </li><li>\
17
   Transforms a relation without a second member by adding 1.\
17
   Transforms a relation without a second member by adding 1.\
18
   </li><li>\
18
   </li><li>\
19
   Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.\
19
   Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.\
20
  </li><li>\
20
  </li><li>\