11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
+
+
+
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6 1998/03/13 11:53:29 peterg
## reduce --> reduce 64
##
## Revision 1.5 1998/01/16 08:55:01 peterg
## MAKE=make
##
## Revision 1.4 1998/01/06 09:14:51 peterg
## Added latex2html to setup
##
# Revision 1.3 1998/01/06 09:11:26 peterg
|
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
-
-
+
+
-
+
|
export MTT_LIB=$MTTPATH/lib
#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
OCTAVE_LOAD_PATH=$OCTAVE_PATH
#Setup octave
export OCTAVE_LOAD_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_LOAD_PATH"
export OCTAVE_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_PATH"
#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce'
export SYMBOLIC='reduce 64'
# Setup xfig
export FIG='xfig -startfontsize 20 -metric -startgridmode 1'
# Setup ps viewer
export PSVIEW='ghostview'
|