Subversion Repositories wimsdev

Rev

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

Rev 4562 Rev 5549
Line 1... Line 1...
1
!! +exec+ +var+ +string+
1
!! +exec+ +var+ +string+
2
$lst_tit texmath$lst_titend$type_both
2
$lst_tit texmath$lst_titend$type_both
3
  $lst_alias TeXmath
3
  $lst_alias TeXmath math2tex
4
  $(lst_syntax)texmath $emph expr$emphend</tt>
4
  $(lst_syntax)texmath $emph expr$emphend</tt>
5
  $lst_mean Translate the mathematical expression $emph expr$emphend
5
  $lst_mean Translate the mathematical expression $emph expr$emphend
-
 
6
  into a TeX source. If the expression is not a "machine-understandable
-
 
7
  mathematical expression", there is no garanty on the result (at the moment
6
  into a TeX source.
8
  and in the future !).
-
 
9
  The transformations made are the following:
-
 
10
  <ul><li>
-
 
11
   Transforms computer matrix as [ 4,5;6,7] in latex matrix.
-
 
12
   </li><li>
-
 
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).
-
 
15
   </li><li> transforms <=, <=> =>, -> in tex/latex codes.
-
 
16
   </li><li>
-
 
17
   Transforms a relation without a second member by adding 1.
-
 
18
   </li><li>
-
 
19
   Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.
-
 
20
  </li><li>
-
 
21
   Remove the stars *.
-
 
22
   </li><li>
-
 
23
   Replace some names as greek letters by their equivalents.
-
 
24
   </li><li>
-
 
25
   interpret sum(), integrate, prod () (coming from maxima ) in tex/latex codes.
-
 
26
</li></ul>
7
 
27