Index: mttroot/mtt/bin/trans/smc_r2tex ================================================================== --- mttroot/mtt/bin/trans/smc_r2tex +++ mttroot/mtt/bin/trans/smc_r2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 2000/08/24 11:43:42 peterg +## Include subs file +## ## Revision 1.1 1998/01/22 13:25:55 peterg ## Initial revision ## ############################################################### @@ -25,11 +28,11 @@ # Remove the old log file rm -f smc_r2tex.log # Use reduce to accomplish the transformation -reduce >smc_r2tex.log<< EOF +$SYMBOLIC >smc_r2tex.log<< EOF %Read the definitions file in "$1_def.r"; %Read the smconical-form matrices file @@ -67,23 +70,23 @@ LaTeX_Matrix()$ MTT_Matrix := MTTB_c$ MTT_Matrix_name := "MTTB_c"$ MTT_Matrix_n := MTTNx$ -MTT_Matrix_m := MTTNu$ +MTT_Matrix_m := 1$ LaTeX_Matrix()$ MTT_Matrix := MTTC_c$ MTT_Matrix_name := "MTTC_c"$ -MTT_Matrix_n := MTTNy$ +MTT_Matrix_n := 1$ MTT_Matrix_m := MTTNx$ LaTeX_Matrix()$ MTT_Matrix := MTTD_c$ MTT_Matrix_name := "MTTD_c"$ -MTT_Matrix_n := MTTNy$ -MTT_Matrix_m := MTTNu$ +MTT_Matrix_n := 1$ +MTT_Matrix_m := 1$ LaTeX_Matrix()$ write "% - Controllability matrix"; MTT_Matrix := MTTCon$ MTT_Matrix_name := "MTTCon"$