Explorar el Código

Include the top rule

Samuel W. Flint hace 4 años
padre
commit
6f032ac71b
Se han modificado 1 ficheros con 1 adiciones y 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 {