diff options
| author | Albert Krewinkel <[email protected]> | 2022-09-21 11:27:06 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-09-21 12:03:41 +0200 |
| commit | b38292c2346ebea690eada91a5ac1e0addaa3c0b (patch) | |
| tree | 85c29297aa45cd0b409b4b94827be67c6ad9c713 /test/command | |
| parent | 47d09df6a583587c5d8aadd4b3fc7c009957b219 (diff) | |
LaTeX writer: do not repeat caption on headless tables
The caption of headless tables was repeated on each page that contained
part of the table. It is now made part of the "first head", i.e. the
table head that is printed only once.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8219.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/command/8219.md b/test/command/8219.md index 52279cf42..d19e3584c 100644 --- a/test/command/8219.md +++ b/test/command/8219.md @@ -7,6 +7,7 @@ \begin{longtable}[]{@{}ll@{}} \caption{}\label{test}\tabularnewline \toprule() +\endfirsthead \endhead one & two \\ \bottomrule() |
