Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.411 2005/03/15 15:03:28 gawthrop +## Now works for Hierarchical systems +## ## Revision 1.410 2005/03/15 13:35:50 gawthrop ## Pretty abg figure in reports. ## ## Revision 1.409 2005/03/15 12:03:17 gawthrop ## New labg.fig rep - pretty LaTeX figures. @@ -2200,10 +2203,12 @@ # Classify the representation - needed for conversion route to postscript PLOTTYPE='single'; case $2 in abg ) REPTYPE='bg' ;; + labg ) + REPTYPE='lbg' ;; sabg ) REPTYPE='bg' ;; cbg ) REPTYPE='bg' ;; input ) @@ -3896,10 +3901,14 @@ endif echo Creating $1_$2.$ps bg2eps $1 $2 $ps $eps endif +ifeq ($REPTYPE,lbg) +$1_$2.$ps : $1_$2.fig + labg_fig2ps $1_$2 +endif ifeq ($REPTYPE,tex) #Generic conversion of LaTeX doc to dvi or pdf $1_$2.$ps: $1_$2.doc doc2$ps $1_$2 "$documenttype"