Index: mttroot/mtt/bin/trans/cse_r2tex ================================================================== --- mttroot/mtt/bin/trans/cse_r2tex +++ mttroot/mtt/bin/trans/cse_r2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.5 1999/11/22 23:44:47 peterg +## Now does scse as well +## ## Revision 1.4 1999/11/22 23:04:08 peterg ## *** empty log message *** ## # Revision 1.3 1996/11/12 09:53:59 peterg # Reads in the params.r file now. @@ -40,27 +43,22 @@ %Read the definitions file in "$1_def.r"; %Read the parameter file in "$1_params.r"; + +%Read the substitution file +in "$1_subs.r"; %Read the simplification file in "$1_simp.r"; %Read the constrained-state equations file in "$1_$2.r"; OFF Echo; OFF Nat; -%%%%OFF Exp; ON GCD; - - - -%ON Rounded; -%Precision 5; - - OUT "$1_$2.tex"; %Write out the constrained-state equations.