Parcourir la source

Include the top rule

Samuel W. Flint il y a 4 ans
Parent
commit
6f032ac71b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {