diff --git a/modules/tabular.xml b/modules/tabular.xml index 2db4cf2..b0400d5 100644 --- a/modules/tabular.xml +++ b/modules/tabular.xml @@ -30,7 +30,12 @@ 'no' [default] 'yes' - @caption (LaTeX only): Only valid for long tables (@long-table = 'yes'); ignored otherwise. + If @long-table is 'yes', the following changes occur: + tabular-header is repeated on every page of the longtable (\endhead) + tabular-header with @first = 'yes' appears on the first page of the longtable (\endfirsthead) + tabular-footer is repeated on every page of the longtable (\endfoot) + tabular-footer with @last = 'yes' appears on the last page of the longtable (\endlastfoot) + caption is available as a sub-element -->