Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8566 | bpr | 1 | #! /bin/sh |
2 | |||
3 | wims_home=`pwd`; |
||
4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
||
5 | |||
9147 | bpr | 6 | $wims_home/src/wims test $wims_dirtest texmath test |
8572 | reyssat | 7 | |
8 | exit |
||
9 | |||
10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
||
11 | % Remarks % |
||
12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
||
13 | |||
14 | Parentheses : some useless parentheses are removed, not all (multiple parentheses are "halved"). |
||
15 | |||
16 | Matrices : matrix of size 1 is not treated as a matrix (see par) |
||
17 | |||
18 | Maxima constants : not interpreted, hence some results may be false (names2 gives atan(1)=1/4) if void constant is replaced by 1. |
||
19 | |||
20 | Spaces : the number 1 is often treated differently than other ; this |
||
21 | difference makes a difference in the space characters for instance |
||
22 | between 1+x and 2+x |
||
23 | |||
24 | |||
25 | Braces : as writen in techdoc, the expression should be a |
||
26 | "machine-understandable mathematical expression". In particular if |
||
27 | braces appear, no treatment is done (see warn1) |
||
28 | |||
8819 | bpr | 29 | Stars : double star is power ; a sole star in exponent remains as is. |