Index: mttroot/mtt/bin/trans/tf_r2tex ================================================================== --- mttroot/mtt/bin/trans/tf_r2tex +++ mttroot/mtt/bin/trans/tf_r2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 2014/04/18 00:36:40 gawthrop +## No parentheses. +## ## Revision 1.1 2000/12/27 16:05:29 peterg ## Initial revision ## ## Revision 1.2 1996/12/20 08:59:40 peterg ## Now writes out mtti instead of mtt_{i} -- lets latex_tidy do the @@ -40,11 +43,15 @@ %Read the parameter file %%in "$1_sympar.r"; %Read the formatting function -in "$MTTPATH/trans/latex_matrix_no.r"; +IF MTTNy=1 AND MTTNu=1 + THEN + in "$MTTPATH/trans/latex_matrix_no.r" + ELSE + in "$MTTPATH/trans/latex_matrix.r"; %Read the transfer-function matrices file in "$1_tf.r"; %Read the substitution file