Rev 9147 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8572 | reyssat | 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
9150 | bpr | 2 | % Remarks texmath % |
8572 | reyssat | 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
4 | |||
5 | Parentheses : some useless parentheses are removed, not all (multiple parentheses are "halved"). |
||
6 | |||
7 | Matrices : matrix of size 1 is not treated as a matrix (see par) |
||
8 | |||
9 | Maxima constants : not interpreted, hence some results may be false (names2 gives atan(1)=1/4) if void constant is replaced by 1. |
||
10 | |||
11 | Spaces : the number 1 is often treated differently than other ; this |
||
12 | difference makes a difference in the space characters for instance |
||
13 | between 1+x and 2+x |
||
14 | |||
15 | |||
16 | Braces : as writen in techdoc, the expression should be a |
||
17 | "machine-understandable mathematical expression". In particular if |
||
18 | braces appear, no treatment is done (see warn1) |
||
19 | |||
8819 | bpr | 20 | Stars : double star is power ; a sole star in exponent remains as is. |