Browse Source

Include the top rule

Samuel W. Flint 3 years ago
parent
commit
6f032ac71b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      csv2tbl.awk

+ 1 - 0
csv2tbl.awk

@@ -2,6 +2,7 @@ BEGIN {
     OFS=" & ";
     ORS=" \\\\\n";
     printf "\\begin{tabular}{%s}\n", tblFormat;
+    printf "\\toprule\n";
 }
 
 NR==1 {