Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.9 1999/03/11 04:02:19 peterg +## Revised so that sh2csh does its stuff. +## ## Revision 1.8 1998/07/17 19:48:46 peterg ## *** empty log message *** ## ## Revision 1.7 1998/03/24 09:11:49 peterg ## Compatible with .csh version @@ -50,11 +53,11 @@ # The following sets up the c compiler export CC='gcc' # Setup the paths export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans -export MATRIX_PATH=$MTTPATH/trans/m\:$MTTPATH/trans/m/emulator\:$MTTPATH/lib/comp/simple +export MATRIX_PATH=$MTTPATH/trans/m\:$MTTPATH/trans/m/emulator\:$MTTPATH/lib/comp/simple\:$MTTPATH/lib/control/PPP export MTT_COMPONENTS=$MTTPATH/lib/comp export MTT_CRS=$MTTPATH/lib/cr export MTT_EXAMPLES=$MTTPATH/lib/examples export MTT_LIB=$MTTPATH/lib @@ -68,11 +71,11 @@ #Setup matlab #MATLABPATH $MATLABPATH\:$MATRIX_PATH #export MATLABPATH= # Setup the symbolic stuff -export SYMBOLIC='reduce 32' +export SYMBOLIC='reduce 64' # Setup xfig export FIG="xfig \ -startfontsize 20 \ @@ -79,10 +82,11 @@ -metric \ -portrait \ -startgridmode 2 \ -pheight 21 \ -pwidth 30 \ + -library_dir $MTT_LIB/xfig/\ " # Setup ps viewer export PSVIEW='ghostview' @@ -94,9 +98,20 @@ # Setup dvi viewer export DVIVIEW='xdvi' # Setup latex2html -export LATEX2HTML="latex2html -contents_in_navigation \ - -index_in_navigation \ - -address http://www.mech.gla.ac.uk/~peterg/software/MTT" +export LATEX2HTML="latex2html -contents_in_navigation -index_in_navigation -address http://www.mech.gla.ac.uk/~peterg/software/MTT" + +# Ascend stuff +export ASCENDLIBRARY=$MTTPATH/ascend/lib + + + + + + + + + +