18 # we do this 'first' song and dance because variables set
19 # on the command line are not available in the BEGIN section
22 printf("@c Generated file. Do not edit directly\n");
23 printf("@multitable @columnfractions ");
24 for(i =
1 ; i
<=
2*ncol
; i = i
+ 1) {
25 printf("%.3g ", 0.5 / ncol
);
30 for(i =
1 ; i
<= ncol
; i = i
+ 1) {
31 if( i
> 1 ) { printf("@tab "); }
32 printf("Drill @tab Diameter ");
37 for(i =
1 ; i
<= ncol
; i = i
+ 1) {
38 if( i
> 1 ) { printf("@tab "); }
39 printf("Size @tab (inches) ");
55 printf("%s @tab %s ", drl
, dia
);
64 while( (col
> 1) && (col
<= ncol
) ) {
69 printf("@end multitable\n\n");