21 # we do this 'first' song and dance because variables set
22 # on the command line are not available in the BEGIN section
25 printf("@c Generated file. Do not edit directly\n");
26 printf("@c $" "Id" "$\n");
27 printf("@multitable @columnfractions ");
28 for(i =
1 ; i
<=
2*ncol
; i = i
+ 1) {
29 printf("%.3g ", 0.5 / ncol
);
34 for(i =
1 ; i
<= ncol
; i = i
+ 1) {
35 if( i
> 1 ) { printf("@tab "); }
36 printf("Drill @tab Diameter ");
41 for(i =
1 ; i
<= ncol
; i = i
+ 1) {
42 if( i
> 1 ) { printf("@tab "); }
43 printf("Size @tab (inches) ");
59 printf("%s @tab %s ", drl
, dia
);
68 while( (col
> 1) && (col
<= ncol
) ) {
73 printf("@end multitable\n\n");