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.1 1998/01/22 13:25:55 peterg +## Initial revision +## ############################################################### # Inform user echo Creating $1_smc.tex @@ -30,10 +33,12 @@ in "$1_def.r"; %Read the smconical-form matrices file in "$1_smc.r"; +%Read the substitution file +in "$1_subs.r"; %Read the simplification file in "$1_simp.r"; %Read the formatting function Index: mttroot/mtt/bin/trans/smo_r2tex ================================================================== --- mttroot/mtt/bin/trans/smo_r2tex +++ mttroot/mtt/bin/trans/smo_r2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1998/01/22 13:17:14 peterg +## Initial revision +## ############################################################### # Inform user echo Creating $1_smo.tex @@ -30,10 +33,13 @@ in "$1_def.r"; %Read the observer-form matrices file in "$1_smo.r"; + +%Read the substitution file +in "$1_subs.r"; %Read the simplification file in "$1_simp.r"; %Read the formatting function