Explorar o código

Include the top rule

Samuel W. Flint %!s(int64=4) %!d(string=hai) anos
pai
achega
6f032ac71b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {