Index: mttroot/mtt/bin/trans/lbl_txt2tex ================================================================== --- mttroot/mtt/bin/trans/lbl_txt2tex +++ mttroot/mtt/bin/trans/lbl_txt2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.10 2000/12/28 12:32:06 peterg +## Put under RCS +## ## Revision 1.9 2000/11/16 13:11:06 peterg ## Included PAR and UNITS declarations ## ## Revision 1.8 1999/02/17 21:42:19 peterg ## Replaced print by printf to avoid extra nl in paragraph command. @@ -80,11 +83,11 @@ } else{ printf("\\item [Port %s] represents actual port ",a[i]) } printf("\\textbf{%s}",$3) - if (match($4,"[\#\%]")==1) printf(" -- "); + if (match($4,"[#%]")==1) printf(" -- "); for (j=5;j<=NF;j++) printf(" %s", $j) printf("\n"); } } END{if (NR==0) print "\\item This component has no ALIAS declarations"