Subversion Repositories wimsdev

Rev

Rev 9147 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9147 Rev 9150
Line 1... Line -...
1
#! /bin/sh
-
 
2
 
-
 
3
wims_home=`pwd`;
-
 
4
wims_dirtest="$wims_home/wimstest/dirtest";
-
 
5
 
-
 
6
$wims_home/src/wims test $wims_dirtest texmath test
-
 
7
 
-
 
8
exit
-
 
9
 
-
 
10
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
%        Remarks           %
2
%        Remarks  texmath   %
12
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13
 
4
 
14
Parentheses : some useless parentheses are removed, not all (multiple parentheses are "halved").
5
Parentheses : some useless parentheses are removed, not all (multiple parentheses are "halved").
15
 
6
 
16
Matrices : matrix of size 1 is not treated as a matrix (see par)
7
Matrices : matrix of size 1 is not treated as a matrix (see par)