aboutsummaryrefslogtreecommitdiffstats
path: root/include/tblf
diff options
context:
space:
mode:
Diffstat (limited to 'include/tblf')
-rw-r--r--include/tblf26
1 files changed, 25 insertions, 1 deletions
diff --git a/include/tblf b/include/tblf
index 9a2da6e..d3929cf 100644
--- a/include/tblf
+++ b/include/tblf
@@ -177,6 +177,18 @@ def @TblSetup
@NoBreakRowg
@NoBreakRowh
+ @HeaderRow
+ @HeaderRowa
+ @HeaderRowb
+ @HeaderRowc
+ @HeaderRowd
+ @HeaderRowe
+ @HeaderRowf
+ @HeaderRowg
+ @HeaderRowh
+
+ @EndHeaderRow
+
@NP
def @Tbl
@@ -1253,7 +1265,7 @@ def @TblSetup
named gap {}
right thick
{
- @OneRow { col @VRule thick /gap col @VRule thick }
+ @OneRow { col @VRule thick |gap col @VRule thick }
}
def @MakeHRule
@@ -3123,6 +3135,18 @@ def @TblSetup
macro @NoBreakRowg { /0iu @DoRowg }
macro @NoBreakRowh { /0iu @DoRowh }
+ macro @HeaderRow { / @BeginHeaderComponent @DoRow }
+ macro @HeaderRowa { / @BeginHeaderComponent @DoRowa }
+ macro @HeaderRowb { / @BeginHeaderComponent @DoRowb }
+ macro @HeaderRowc { / @BeginHeaderComponent @DoRowc }
+ macro @HeaderRowd { / @BeginHeaderComponent @DoRowd }
+ macro @HeaderRowe { / @BeginHeaderComponent @DoRowe }
+ macro @HeaderRowf { / @BeginHeaderComponent @DoRowf }
+ macro @HeaderRowg { / @BeginHeaderComponent @DoRowg }
+ macro @HeaderRowh { / @BeginHeaderComponent @DoRowh }
+
+ macro @EndHeaderRow { / @EndHeaderComponent }
+
macro @NP { /"1.1b" }
@Body