瀏覽代碼

Include the top rule

Samuel W. Flint 4 年之前
父節點
當前提交
6f032ac71b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {